Skip to content

Commit

Permalink
linux container version is not update to date enough
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Apr 7, 2024
1 parent b2a8c6f commit 09c4a94
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
linux-ubuntu:
runs-on: ubuntu-latest
container: sdflysha/dotnet6sdk-paddle:2.5.0-ubuntu22
steps:
- uses: actions/checkout@v3
- name: Build code
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LinuxExclude"
# linux-ubuntu:
# runs-on: ubuntu-latest
# container: sdflysha/dotnet6sdk-paddle:2.5.0-ubuntu22
# steps:
# - uses: actions/checkout@v3
# - name: Build code
# run: dotnet build -c Release
# - name: Test
# run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LinuxExclude"

0 comments on commit 09c4a94

Please sign in to comment.