Skip to content

Commit

Permalink
temporarily remove linux CI to avoid spam
Browse files Browse the repository at this point in the history
#38 this should definitely be looked into again at a later point
  • Loading branch information
HLWeil committed Apr 22, 2022
1 parent 700e0f5 commit 476105e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ on:
branches: [ developer ]

jobs:
build-and-test-linux:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x.x
- name: Restore local tools
run: dotnet tool restore
- name: Build and test
run: dotnet fake build -t runTests

build-and-test-windows:

Expand Down

0 comments on commit 476105e

Please sign in to comment.