Skip to content

Commit

Permalink
ci: Use env keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent ed48420 commit e9bfc01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-sauce-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ 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
env:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
run: |
npm run test:sl:dev

0 comments on commit e9bfc01

Please sign in to comment.