Skip to content

Commit

Permalink
disable watch
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 20, 2024
1 parent 6cc6cc6 commit 8e2118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test
run: yarn test --run
- name: Build pages
run: yarn build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8e2118e

Please sign in to comment.