Skip to content

Commit 5998d7e

Browse files
authored
Remove specific linux step
1 parent dcf8813 commit 5998d7e

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
65

76
jobs:
87
build-and-test:
@@ -25,20 +24,10 @@ jobs:
2524
dotnet-version: 8.0.x
2625
cache: false
2726

28-
- name: Restore (Windows)
29-
if: runner.os == 'Windows'
27+
- name: Restore
3028
run: dotnet restore Couchbase.Analytics.sln
3129

32-
- name: Build (Windows, Release)
33-
if: runner.os == 'Windows'
34-
run: dotnet build Couchbase.Analytics.sln --configuration Release --no-restore
35-
36-
- name: Restore (Linux)
37-
if: runner.os == 'Linux'
38-
run: dotnet restore Couchbase.Analytics.sln
39-
40-
- name: Build (Linux, Release)
41-
if: runner.os == 'Linux'
30+
- name: Build (Release)
4231
run: dotnet build Couchbase.Analytics.sln --configuration Release --no-restore
4332

4433
- name: Test - Couchbase.Analytics.UnitTests

0 commit comments

Comments
 (0)