Skip to content

Commit

Permalink
feat: test runner by github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung authored Apr 21, 2024
1 parent 6836759 commit ba156ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
npm install
npm run build
npm run test
- name: Push
uses: s0/git-publish-subdir-action@develop
Expand All @@ -36,4 +37,4 @@ jobs:

#- name: Push
# uses: s0/git-publish-subdir-action@develop


0 comments on commit ba156ff

Please sign in to comment.