Skip to content

Commit 19e67d0

Browse files
Update github-actions-ci.yaml
1 parent 869efcb commit 19e67d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ports:
1919
- 1433:1433
2020
volumes:
21-
- ${{ runner.temp }}/other_databases_path:/other_databases_path
21+
- /tmp/other_databases_path:/tmp/other_databases_path
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build --logger "junit;LogFilePath=./TestResults/junit.xml"
5252
env:
5353
SQL_SERVER_UNIT_TESTS_CONNECTION_STRING: "Data Source=localhost,1433;Database=master;User Id=sa;Password=P@ssw0rd12345!;TrustServerCertificate=True;"
54-
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/other_databases_path"
54+
SQL_SERVER_UNIT_TESTS_OTHER_DATA_PATH: "/tmp/other_databases_path"
5555

5656
- name: Publish tests report
5757
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)