Skip to content

Commit

Permalink
Reenable tests for the other frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Aug 26, 2021
1 parent 312ec89 commit fafcdf9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ name: main
- master
pull_request: null
jobs:
bash-tests:
name: Scratchpad
runs-on: windows-latest
steps:
- name: Where is bash
run: |
where.exe bash
run-tests-netcore:
name: Test .NET
runs-on: ${{ matrix.os }}
Expand All @@ -23,6 +16,8 @@ jobs:
- win81
targetFramework:
- netcoreapp3.1
- net5.0
- net6.0
steps:
- name: Disable Analytics
run: |
Expand Down

0 comments on commit fafcdf9

Please sign in to comment.