Skip to content

Commit 53f0466

Browse files
Fix CI
1 parent 1a492ac commit 53f0466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Prepare SQL databases directory
4040
run: |
4141
# Give the rights to the 'mssql' user to read/write in the /tmp/other_databases_path directory.
42-
docker exec --user root $(docker ps -qf "ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.1") chown -R mssql:mssql /tmp/other_databases_path
42+
docker exec --user root $(docker ps -qf "ancestor=ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.1") chown -R mssql:mssql /tmp/other_databases_path
4343
4444
- name: Run tests
4545
run: |

0 commit comments

Comments
 (0)