Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 21, 2023
1 parent 38b8ce3 commit dca01d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
cmd: build

- name: Run Test
uses: borales/actions-yarn@v4
with:
cmd: local:ci
run: |
yarn start &
yarn local:ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"local:start": "cd scripts/localdev; ./start.sh",
"local:setup": "cd scripts/localdev; ./deploy.sh",
"local:test": "cd scripts/localdev; npx mocha --require mocha-suppress-logs ../e2e/",
"local:ci": "cd scripts/localdev; (./start.sh &); ./ci.sh; ./stop.sh",
"local:ci": "cd scripts/localdev; ./ci.sh; ./stop.sh",
"local:chainonly": "cd scripts/localdev; LOCAL_CHAIN_ONLY=true ./start.sh",
"local:axelaronly": "cd scripts/localdev; node axelar_setup.js",
"stop": "cd scripts/localdev; ./stop.sh"
Expand Down

0 comments on commit dca01d0

Please sign in to comment.