Skip to content

Commit

Permalink
(#5) Added sakuli license key reference to e2e test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Nov 18, 2020
1 parent 14eb0ed commit 577235d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- run: npm install
- run: npx lerna run build
- run: npx lerna run test
- run: npx lerna run test:e2e
- run: npx lerna run test:e2e
env:
SAKULI_LICENSE_KEY: ${{ secrets.SAKULI_LICENSE_KEY }}

0 comments on commit 577235d

Please sign in to comment.