Skip to content

Commit 252f246

Browse files
Update github-actions-ci.yaml
1 parent 2a7ec9b commit 252f246

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
4444
sudo apt-get update
4545
sudo apt-get install -y mssql-tools
46-
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
47-
source ~/.bashrc
46+
echo "/opt/mssql-tools/bin" >> $GITHUB_PATH
4847
4948
- name: Run tests
5049
run: dotnet test PosInformatique.Testing.Databases.sln --configuration Release --no-build

0 commit comments

Comments
 (0)