Skip to content

Commit

Permalink
fix test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicknick committed Jan 10, 2024
1 parent c77ce1d commit 00ae134
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: docker compose exec deploy-php-cli php -r "file_exists('.env') || copy('.env.example', '.env');"
run: cp .env.example .env
#update values
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down

0 comments on commit 00ae134

Please sign in to comment.