Skip to content

Commit

Permalink
Merge pull request #816 from jiridanek/jd_always_vscode
Browse files Browse the repository at this point in the history
NO-JIRA: chore(gha): run code-server playwright tests for pushes (and scheduled run) as well
  • Loading branch information
openshift-merge-bot[bot] authored Dec 19, 2024
2 parents a33d66a + 567c2ca commit 990807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
# we leave little free disk space after we mount LVM for podman storage
# not enough to install playwright; running playwright in podman uses the space we have
- name: Run Playwright tests
if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
if: ${{ contains(inputs.target, 'codeserver') }}
# --ipc=host because Microsoft says so in Playwright docs
# --net=host because testcontainers connects to the Reaper container's exposed port
# we need to pass through the relevant environment variables
Expand Down

0 comments on commit 990807f

Please sign in to comment.