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 Dec 20, 2023
1 parent 73f735d commit e9f0630
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 @@ -14,10 +14,6 @@ jobs:
with:
go-version: 1.20.6
cache: true
- 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 e9f0630

Please sign in to comment.