Skip to content

Commit

Permalink
ci(test): bail on first failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Oct 6, 2023
1 parent 9b2dfe4 commit 85a86c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run Isolated Pools integration integration tests
run: |
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run test:integration
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run test:integration --bail
- name: Stop containers
if: always()
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Run Governance integration integration tests
run: |
docker exec -i subgraph-hardhat-node yarn workspace venus-governance-subgraph run test:integration
docker exec -i subgraph-hardhat-node yarn workspace venus-governance-subgraph run test:integration --bail
- name: Stop containers
if: always()
Expand Down

0 comments on commit 85a86c3

Please sign in to comment.