Skip to content

Commit

Permalink
Add Sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed Dec 16, 2020
1 parent b8beece commit 2550618
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ jobs:
- run: yarn install
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
with:
run: yarn test
run: yarn test:ci

0 comments on commit 2550618

Please sign in to comment.