Skip to content

Commit

Permalink
Use normal "test" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jan 1, 2021
1 parent 019bc10 commit 6d5c5f0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
run: yarn
working-directory: ./example

- name: Build Example
run: yarn build
working-directory: ./example

- name: Run integration tests
run: yarn testcafe chrome tests --app "yarn start"
run: yarn test
working-directory: ./example

0 comments on commit 6d5c5f0

Please sign in to comment.