Skip to content

Commit

Permalink
fix: make frontend dist folder before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 10, 2024
1 parent 97a2915 commit 973f7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: touch frontend/dist/tmp && go test
run: mkdir frontend/dist && touch frontend/dist/tmp && go test
- name: Docker build
uses: mr-smithers-excellent/docker-build-push@v6
id: build
Expand Down

0 comments on commit 973f7c7

Please sign in to comment.