Skip to content

Commit

Permalink
Set username and password env vars for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed May 19, 2021
1 parent 1941a9b commit 91f0afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit 91f0afd

Please sign in to comment.