Skip to content

Commit

Permalink
Adjusted cp command to match GitHub Action runner environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Aug 6, 2021
1 parent 20cf584 commit ca70d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

- name: Build environment
run: |
mkdir .envs && cp -r .envs_template/.* .envs
shopt -s dotglob
mkdir .envs && cp -r .envs_template/* .envs/
docker-compose -f local.yml up --build -d
- name: Test seeding database
Expand Down

0 comments on commit ca70d8f

Please sign in to comment.