Skip to content

Commit

Permalink
ci: fix script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed Apr 13, 2022
1 parent ae200ad commit d216e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
GATSBY_ENV: ${{ secrets.GATSBY_ENV }}

- name: Serve and E2E test
run: npm run serve; npm run test:e2e; tskill node
run: npm run serve & npm run test:e2e; tskill node

- run: echo "ps"

Expand Down

0 comments on commit d216e03

Please sign in to comment.