Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ jobs:
with:
name: nunit-reports
path: rider\build\nunit\reports
linux:
needs: gradleValidation
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v2
- name: Setup .NET CLI
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Build
shell: bash
run: ./build.sh --info --stacktrace
macos:
needs: gradleValidation
runs-on: macos-latest
Expand Down
Loading