Skip to content

Commit

Permalink
switch dir in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 28, 2024
1 parent a87acd7 commit 59bb183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,11 @@ jobs:
- name: Install dependencies
if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
run: npm install -g pnpm && pnpm install
working-directory: codeserver/e2e
- name: Install Playwright Browsers
if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
run: pnpm exec playwright install --with-deps
working-directory: codeserver/e2e
- name: Run Playwright tests
if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
run: pnpm exec playwright test
Expand Down

0 comments on commit 59bb183

Please sign in to comment.