Skip to content

Commit

Permalink
try not restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jun 30, 2023
1 parent 4395d1b commit 47d65f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore depedencies
run: dotnet restore -c Release
- name: Build code
run: dotnet build -c Release --no-restore
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.4.2-ubuntu22
steps:
- uses: actions/checkout@v3
- name: Restore depedencies
run: dotnet restore -c Release
- name: Build code
run: dotnet build -c Release --no-restore
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release --no-build --verbosity normal

0 comments on commit 47d65f9

Please sign in to comment.