Skip to content

Commit 4e4941f

Browse files
committed
ci: remove working dir
1 parent ad85b9b commit 4e4941f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-runner.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919

2020
runs-on: ubuntu-latest
2121

22-
defaults:
23-
run:
24-
working-directory: packages/world-plugin
25-
2622
# Define the matrix of different PHP, Laravel, testbench versions, and shards
2723
strategy:
2824
# Fail the whole workflow if one of the jobs fails
@@ -78,13 +74,13 @@ jobs:
7874
with:
7975
node-version: lts/*
8076
cache: 'npm'
81-
cache-dependency-path: packages/world-plugin/package-lock.json
77+
cache-dependency-path: package-lock.json
8278

8379
- name: Cache Playwright browsers
8480
uses: actions/cache@v3
8581
with:
8682
path: ~/.cache/ms-playwright
87-
key: ms-playwright-${{ runner.os }}-${{ hashFiles('packages/world-plugin/package-lock.json') }}
83+
key: ms-playwright-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
8884
restore-keys: |
8985
ms-playwright-${{ runner.os }}-
9086

0 commit comments

Comments
 (0)