Skip to content

Commit

Permalink
Add a build step to create an empty .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Nov 24, 2024
1 parent a7dde36 commit a8913be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
with:
go-version: "1.23"

- name: Create empty .env
run: touch .env

- name: Run tests
run: go test --cover ./...

0 comments on commit a8913be

Please sign in to comment.