Skip to content

Commit

Permalink
fix e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
siosw committed Feb 9, 2024
1 parent 5ff49af commit 29701dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 40
timeout-minutes: 20
strategy:
matrix:
test-name: ['transactions', 'deposit', 'withdraw', 'erc20']
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
run: sudo wget -O /usr/local/bin/spc https://github.com/SpecularL2/specular-cli/releases/download/v0.0.8/spc-linux-amd64 && sudo chmod +x /usr/local/bin/spc

- name: Run tests
run: cd /sbin/run_e2e_tests.sh ${{ matrix.test-name }}
run: ./sbin/run_e2e_tests.sh ${{ matrix.test-name }}

- name: Print log
if: failure()
run: cd ~/.spc/workspaces/active_workspace/ && cat *.out
run: cat ~/.spc/workspaces/active_workspace/*.out

0 comments on commit 29701dc

Please sign in to comment.