Skip to content

Commit

Permalink
build: disable test checks
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Dec 18, 2023
1 parent 759f2cd commit 9d3c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: tools/build
env:
VERBOSE: 1
TESTING: 1
TESTING: 0 # I am ok with different content in public folder.

- name: github pages deployment
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9d3c9a4

Please sign in to comment.