File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 checks : write
1414 pull-requests : write
1515 services :
16- sqlserver :
17- image : ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.1
16+ mssql-sqlcmd :
17+ image : ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.2
1818 env :
1919 SA_PASSWORD : " P@ssw0rd12345!"
2020 ACCEPT_EULA : " Y"
3030 with :
3131 dotnet-version : 8.0.x
3232
33- - name : Debug
33+ - name : Update the $GITHUB_PATH
3434 run : |
35- echo "GITHUB_PATH:$GITHUB_PATH"
36- echo "PATH:$PATH"
35+ echo "/opt/mssql-tools/bin" >> $GITHUB_PATH
3736
3837 - name : Restore dependencies
3938 run : dotnet restore PosInformatique.Testing.Databases.sln
4443 - name : Prepare SQL databases directory
4544 run : |
4645 # Give the rights to the 'mssql' user to read/write in the /tmp/other_databases_path directory.
47- 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
46+ docker exec --user root $(docker ps -qf "ancestor=ghcr.io/posinformatique/mssql-sqlcmd:2022-1.0.0-alpha.2 ") chown -R mssql:mssql /tmp/other_databases_path
4847
4948 - name : Run tests
5049 run : |
You can’t perform that action at this time.
0 commit comments