Skip to content

Commit a7d4d62

Browse files
committed
Fix path
1 parent ab24bd4 commit a7d4d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/behat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Debug docker files
3636
run: |
37-
docker compose -f "docker-compose.yml" exec php ls -al ./.docker/redmine_50103_data/sqlite
37+
docker compose -f "docker-compose.yml" exec php ls -al ./.docker/redmine-50103_data/sqlite
3838
3939
- name: Run behat tests
4040
run: docker compose -f "docker-compose.yml" exec php composer behat

0 commit comments

Comments
 (0)