Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Jan 6, 2025
1 parent ffacd99 commit e8e6baa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
if: ${{ steps.yarn-cache.outputs.cache-hit != 'true' }}
# Prevent occasional `yarn install` executions that run indefinitely
timeout-minutes: 10
run: yarn install
run: |
# Dummy test triggers
yarn install
- name: Prepare docs site configuration
working-directory: docs
Expand Down

0 comments on commit e8e6baa

Please sign in to comment.