Skip to content

Commit

Permalink
formatting changed to environment variables
Browse files Browse the repository at this point in the history
the brackets have been removed from the env vars. which may be the reason wy the isolated tests are not working
  • Loading branch information
danielryannimble committed Oct 25, 2023
1 parent 718cabb commit 54066db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-isolated-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
CI: true
PLAYWRIGHT_BASEURL: "http://localhost"
WIREMOCK_BASEURL: "http://localhost:8080"
TestOverride__PlaywrightTestSecret: "${{ secrets.CI_PLAYWRIGHT_TEST_SECRET }}"
AUTH_BYPASS_SECRET: "${{ secrets.CI_PLAYWRIGHT_TEST_SECRET }}"
TestOverride__PlaywrightTestSecret: ${{ secrets.CI_PLAYWRIGHT_TEST_SECRET }}
AUTH_BYPASS_SECRET: ${{ secrets.CI_PLAYWRIGHT_TEST_SECRET }}
run: npm run test:ci

## disabled so test secret is not exposed ##
Expand Down

0 comments on commit 54066db

Please sign in to comment.