File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - name : Checkout code
17
- uses : actions/checkout@v2
16
+ - name : Checkout code
17
+ uses : actions/checkout@v2
18
18
19
- - name : Setup Node.js
20
- uses : actions/setup-node@v4
21
- with :
22
- node-version : 20 # Replace with the latest Node.js version
19
+ - name : Setup Node.js
20
+ uses : actions/setup-node@v4
21
+ with :
22
+ node-version : 20 # Replace with the latest Node.js version
23
23
24
- - name : Install dependencies
25
- run : |
26
- npm install -g pnpm
27
- pnpm install --no-frozen-lockfile
24
+ - name : Install dependencies
25
+ run : |
26
+ npm install -g pnpm
27
+ pnpm install --no-frozen-lockfile
28
28
29
- - name : Install Browsers
30
- run : pnpm exec playwright install
29
+ - name : Install Browsers
30
+ run : pnpm exec playwright install
31
31
32
- - name : Run Playwright tests
33
- run : |
34
- pnpm run test
32
+ - name : Run Playwright tests
33
+ run : |
34
+ pnpm run astro test
Original file line number Diff line number Diff line change 20
20
- uses : pnpm/action-setup@v2
21
21
with :
22
22
version : 6.0.2
23
-
23
+
24
24
# - name: Install Node.js
25
25
# uses: actions/setup-node@v2
26
26
# with:
32
32
- name : Update Contributors
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- run : pnpm run update-contributors
35
+ run : pnpm run astro update-contributors
You can’t perform that action at this time.
0 commit comments