Skip to content

Commit

Permalink
#170 Updated the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Nov 21, 2024
1 parent 36bba47 commit e4e6c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
run: poetry run pytest test/unit

metrics:
needs: [ fast-test_legacy ]
needs: [ fast-tests ]
uses: ./.github/workflows/report.yml

gate-1:
name: Gate 1 - Regular CI
needs: [ fast-test_legacy ]
needs: [ fast-tests ]
runs-on: ubuntu-latest
steps:
- name: Branch Protection
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Detect Slow Tests
run: true
environment:
slow-test_legacy
slow-tests

run-slow-tests:
name: Run Slow or Expensive Tests (e.g. SaaS) if Requested
Expand All @@ -85,7 +85,7 @@ jobs:
gate-2:
name: Gate 2 - Allow Merge
runs-on: ubuntu-latest
needs: [ run-slow-test_legacy ]
needs: [ run-slow-tests ]
steps:
- name: Branch Protection
run: true

0 comments on commit e4e6c89

Please sign in to comment.