Skip to content

Commit

Permalink
try to fix e2e failure on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Nov 17, 2023
1 parent a222ecc commit dfb60af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

e2e-tests:
name: Run e2e tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [lint-build-test]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion e2e/run-e2e-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ echo "Successfully deployed subgraph ✅"

echo "Run e2e tests..."
cd ..
npm run e2e:test
npm run e2e:test -- e2e/tests/meta-tx.test.ts

exit

0 comments on commit dfb60af

Please sign in to comment.