Skip to content

Commit

Permalink
Use headless chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jan 1, 2021
1 parent e20b045 commit d15e91a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: yarn
working-directory: ./example

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

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

0 comments on commit d15e91a

Please sign in to comment.