Skip to content

Commit

Permalink
fix e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
fynn-0xc committed Feb 20, 2023
1 parent fe11d31 commit 6304fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
cat ./deployment/localup/.env
- name: run local chain
run: bash ./deployment/localup/localup.sh all 1 1
- name: check sp
run: bash ./deployment/localup/localup.sh sp_check 1 1
- name: run e2e test
run: |
make e2e_test

0 comments on commit 6304fad

Please sign in to comment.