File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ubuntu-latest
12+ container :
13+ image : ghcr.io/posinformatique/dotnet-sdk-extended:9.0
1214 permissions :
1315 checks : write
1416 pull-requests : write
3638 - name : Build solution
3739 run : dotnet build PosInformatique.Testing.Databases.sln --configuration Release --no-restore
3840
39- - name : Install SQL Server command-line tools
40- run : |
41- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
42- curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
43- sudo apt-get update
44- sudo apt-get install -y mssql-tools
45- echo "/opt/mssql-tools/bin" >> $GITHUB_PATH
46-
4741 - name : Prepare SQL databases directory
4842 run : |
4943 # Give the rights to the 'mssql' user to read/write in the /tmp/other_databases_path directory.
You can’t perform that action at this time.
0 commit comments