Skip to content

Commit 457ccd9

Browse files
committed
update workflows
1 parent 3138263 commit 457ccd9

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/playwright.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v2
16+
- name: Checkout code
17+
uses: actions/checkout@v2
1818

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
2323

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
2828
29-
- name: Install Browsers
30-
run: pnpm exec playwright install
29+
- name: Install Browsers
30+
run: pnpm exec playwright install
3131

32-
- name: Run Playwright tests
33-
run: |
34-
pnpm run test
32+
- name: Run Playwright tests
33+
run: |
34+
pnpm run astro test

.github/workflows/update-contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: pnpm/action-setup@v2
2121
with:
2222
version: 6.0.2
23-
23+
2424
# - name: Install Node.js
2525
# uses: actions/setup-node@v2
2626
# with:
@@ -32,4 +32,4 @@ jobs:
3232
- name: Update Contributors
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
run: pnpm run update-contributors
35+
run: pnpm run astro update-contributors

0 commit comments

Comments
 (0)