Skip to content

Commit

Permalink
Use default ENV_VARS in pd e2e playwright step
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Mar 11, 2024
1 parent 162e6ec commit a7d1b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
-initialize 1 \
-start 1 \
-rootful 0 \
-envVars ${{ github.event.inputs.env_vars }} \
-envVars ${{ env.ENV_VARS }} \
-secretFile secrets.txt
# check logs
podman logs -f pde2e-runner-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
-fork ${{ env.FORK }} \
-branch ${{ env.BRANCH }} \
-npmTarget ${{ env.NPM_TARGET }} \
-envVars ${{ github.event.inputs.env_vars }} \
-envVars ${{ env.ENV_VARS }} \
-secretFile secrets.txt
# check logs
podman logs -f pde2e-runner-run
Expand Down

0 comments on commit a7d1b13

Please sign in to comment.