Skip to content

Commit

Permalink
ci: Setup missing env for SL
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent 7439eb8 commit ed48420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-sauce-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
run: |
pwd && ls -la
- name: Setup Environment Variables for Sauce Labs
run: |
::set-env SAUCE_ACCESS_KEY=${{ secrets.SAUCE_ACCESS_KEY }}
::set-env SAUCE_USERNAME=${{ secrets.SAUCE_USERNAME }}
- name: Run Test
run: |
npm run test:sl:dev
Expand Down

0 comments on commit ed48420

Please sign in to comment.