Skip to content

Commit d78576f

Browse files
Use the "posinformatique/dotnet-sdk-extended" to build with the CI.
1 parent fd00817 commit d78576f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
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
@@ -36,14 +38,6 @@ jobs:
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.

0 commit comments

Comments
 (0)