Skip to content

Commit

Permalink
Move playwright working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Jan 20, 2024
1 parent e6e28ff commit c4b43e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./crates/lora-inspector-wasm
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: cd crates/lora-inspector-wasm
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down

0 comments on commit c4b43e0

Please sign in to comment.