Skip to content

Commit

Permalink
ci: don't create files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Jul 21, 2023
1 parent ad0b957 commit 3861254
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: fill frontend dist with dummy file
run: |
mkdir internal/handler/html/dist && touch internal/handler/html/dist/yolo
mkdir wails-frontend/dist && touch wails-frontend/dist/yolo
- name: Run coverage tests
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 3861254

Please sign in to comment.