Skip to content

Commit

Permalink
fix: ui e2e tests failing due to empty oidc configs
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Hu <[email protected]>
  • Loading branch information
mas-who committed Feb 12, 2025
1 parent 1633a4a commit 4d2c8fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@ jobs:
shell: bash
run: |
set -eux
echo "OIDC_CLIENT_ID=${LXD_OIDC_CLIENT_ID}"
echo "OIDC_ISSUER=${LXD_OIDC_ISSUER}"
echo "OIDC_AUDIENCE=${LXD_OIDC_AUDIENCE}"
echo "OIDC_USER=${LXD_OIDC_USER}"
echo "OIDC_PASSWORD=${LXD_OIDC_PASSWORD}"
sudo -E LXD_DIR=/var/lib/lxd PATH=/home/runner/go/bin:$PATH ./lxd-ui/tests/scripts/setup_test
- name: Run Playwright tests
Expand Down

0 comments on commit 4d2c8fc

Please sign in to comment.