Skip to content

Commit

Permalink
Remove the dotnet setup from build, put it back in test
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 6, 2024
1 parent 203cae6 commit aaf7fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7'
- name: Build ckan.exe and netkan.exe
run: ./build --configuration=${{ inputs.configuration }}
- name: Run tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install runtime dependencies
run: apt-get install -y xvfb
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7'
- uses: actions/download-artifact@v4
with:
name: Debug-out
Expand Down

0 comments on commit aaf7fde

Please sign in to comment.