Skip to content

Commit

Permalink
Disable Playright while trying to release
Browse files Browse the repository at this point in the history
The test have "master" hardcoded while we change the URL to have the
version while releasing
  • Loading branch information
ogoffart committed Dec 18, 2024
1 parent 90f7292 commit 1a71bf7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ jobs:
working-directory: docs/astro
run: pnpm spellcheck
# Test docs
- name: Install Playwright
working-directory: docs/astro
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
working-directory: docs/astro
run: pnpm exec playwright test
- name: Publish Test Summary Results
working-directory: docs/astro
run: npx github-actions-ctrf playwright-report/ctrf-report.json
# - name: Install Playwright
# working-directory: docs/astro
# run: pnpm exec playwright install --with-deps
# - name: Run Playwright tests
# working-directory: docs/astro
# run: pnpm exec playwright test
# - name: Publish Test Summary Results
# working-directory: docs/astro
# run: npx github-actions-ctrf playwright-report/ctrf-report.json

- name: "Node docs"
run: pnpm run docs
working-directory: api/node

- name: Generate a token
if: ${{ github.ref == 'refs/heads/master' }}
id: app-token
Expand Down

0 comments on commit 1a71bf7

Please sign in to comment.