We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0c29b commit 7791e20Copy full SHA for 7791e20
.github/workflows/accuracy-tests.yml
@@ -9,6 +9,9 @@ jobs:
9
run-accuracy-tests:
10
name: Run Accuracy Tests
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ pull-requests: write
15
if: |
16
github.event_name == 'workflow_dispatch' ||
17
(github.event_name == 'pull_request' && github.event.label.name == 'accuracy-tests')
@@ -26,7 +29,7 @@ jobs:
26
29
- uses: actions/setup-node@v4
27
30
with:
28
31
node-version-file: package.json
- cache: 'npm'
32
+ cache: "npm"
33
- name: Install dependencies
34
run: npm ci
35
- name: Run accuracy tests
@@ -41,4 +44,4 @@ jobs:
41
44
if: github.event_name == 'pull_request' && github.event.label.name == 'accuracy-tests'
42
45
uses: marocchino/sticky-pull-request-comment@v2
43
46
- path: .accuracy/tests-summary.html
47
+ path: .accuracy/tests-summary.html
0 commit comments