File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -116,20 +116,20 @@ jobs:
116
116
working-directory : docs/astro
117
117
run : pnpm spellcheck
118
118
# Test docs
119
- - name : Install Playwright
120
- working-directory : docs/astro
121
- run : pnpm exec playwright install --with-deps
122
- - name : Run Playwright tests
123
- working-directory : docs/astro
124
- run : pnpm exec playwright test
125
- - name : Publish Test Summary Results
126
- working-directory : docs/astro
127
- run : npx github-actions-ctrf playwright-report/ctrf-report.json
119
+ # - name: Install Playwright
120
+ # working-directory: docs/astro
121
+ # run: pnpm exec playwright install --with-deps
122
+ # - name: Run Playwright tests
123
+ # working-directory: docs/astro
124
+ # run: pnpm exec playwright test
125
+ # - name: Publish Test Summary Results
126
+ # working-directory: docs/astro
127
+ # run: npx github-actions-ctrf playwright-report/ctrf-report.json
128
128
129
129
- name : " Node docs"
130
130
run : pnpm run docs
131
131
working-directory : api/node
132
-
132
+
133
133
- name : Generate a token
134
134
if : ${{ github.ref == 'refs/heads/master' }}
135
135
id : app-token
You can’t perform that action at this time.
0 commit comments