Skip to content

Commit

Permalink
udate test.yml - fix copy env
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicknick committed Jan 10, 2024
1 parent 00ae134 commit 084c82e
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Copy .env
run: cp .env.example .env
run: cd app && cp .env.example .env
#update values
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down

0 comments on commit 084c82e

Please sign in to comment.