Skip to content

Commit

Permalink
chore: tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Mar 4, 2025
1 parent e37cc79 commit 66b18a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: sudo apt update
- name: Install libssl-dev
run: sudo apt install libssl-dev
- name: dotnet restore
run: dotnet restore scripts/dotnet/SwissRETS.Tests.csproj
- name: Build
run: dotnet build scripts/dotnet/SwissRETS.Tests.csproj --configuration Release --no-restore
Expand Down

0 comments on commit 66b18a3

Please sign in to comment.