Skip to content

Commit

Permalink
add cp -r
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Nov 20, 2024
1 parent d19331f commit ee0edfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compose-file: "./docker-compose.yml"
- name: Copy tmp/images for tests
run: |
cp local/images /tmp/images
cp -r local/images /tmp/images
continue-on-error: false
- name: Run Tests
run: |
Expand Down

0 comments on commit ee0edfe

Please sign in to comment.