Skip to content

Commit

Permalink
fix file path in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Jun 18, 2024
1 parent 687ea92 commit 73d157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.21

- name: Copy .env.test file to environments directory
run: cp environments/env.test .
run: cp environments/test.env .

- name: Run go mod tidy
run: go mod tidy
Expand Down

0 comments on commit 73d157e

Please sign in to comment.