Skip to content

Commit

Permalink
Setup target dir for test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinley committed Sep 14, 2023
1 parent c583aa8 commit 5c4f405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: npm install
run: 'npm install'
- name: setup dirs
run 'mkdir -p resources/public/js/compiled'
- name: run tests
run: |
nohup npm run watch &
Expand Down

0 comments on commit 5c4f405

Please sign in to comment.