Skip to content

Commit

Permalink
Env variable setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Nov 9, 2023
1 parent 82d1e8b commit 272b4c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify_registry_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
cd repo/tests/registry
npm install
npx playwright install --with-deps
export REGISTRY_URL=${{ secrets.REGISTRY_URL }}
export TEST_USERNAME=${{ secrets.TEST_USERNAME }}
export TEST_PASSWORD=${{ secrets.TEST_PASSWORD }}
npm run test
- name: Upload Test Report
Expand Down

0 comments on commit 272b4c2

Please sign in to comment.