|
9 | 9 | runs-on: ubuntu-latest
|
10 | 10 | steps:
|
11 | 11 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
12 |
| - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 |
| 12 | + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 |
13 | 13 | with:
|
14 | 14 | cache: "yarn"
|
15 | 15 | node-version-file: ".node-version"
|
|
24 | 24 | runs-on: ubuntu-latest
|
25 | 25 | steps:
|
26 | 26 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
27 |
| - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 |
| 27 | + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 |
28 | 28 | with:
|
29 | 29 | cache: "yarn"
|
30 | 30 | node-version-file: ".node-version"
|
|
33 | 33 | - name: Test
|
34 | 34 | run: "yarn run test --coverage"
|
35 | 35 | - name: Upload Artifact
|
36 |
| - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 |
| 36 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 |
37 | 37 | with:
|
38 | 38 | name: coverage
|
39 | 39 | path: |
|
|
51 | 51 | runs-on: ubuntu-24.04
|
52 | 52 | steps:
|
53 | 53 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
54 |
| - - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 |
| 54 | + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 |
55 | 55 | with:
|
56 | 56 | cache: "yarn"
|
57 | 57 | node-version-file: ".node-version"
|
|
62 | 62 | - name: Get Playwright version
|
63 | 63 | run: echo "PLAYWRIGHT_VERSION=$(yarn list --pattern @playwright/test --depth=0 --json --non-interactive --no-progress | jq -r '.data.trees[].name')" >> $GITHUB_ENV
|
64 | 64 | - name: Cache Playwright binaries
|
65 |
| - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 |
| 65 | + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 |
66 | 66 | id: playwright-cache
|
67 | 67 | with:
|
68 | 68 | path: |
|
|
78 | 78 | run: yarn playwright test -j 100%
|
79 | 79 | - name: Upload Playwright report
|
80 | 80 | if: always()
|
81 |
| - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 |
| 81 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 |
82 | 82 | with:
|
83 | 83 | name: html-report--attempt-${{ github.run_attempt }}
|
84 | 84 | path: playwright-report
|
|
0 commit comments