Skip to content

Commit 8b2ea2e

Browse files
ci: De-parallelizing macos tests to isolate blocker
1 parent 1bc642c commit 8b2ea2e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ on:
66
branches: [ main ]
77
workflow_dispatch:
88
jobs:
9-
lint:
10-
uses: graphqlswift/ci/.github/workflows/lint.yaml@main
11-
test:
12-
uses: graphqlswift/ci/.github/workflows/test.yaml@main
9+
macos:
10+
name: Test on macOS
11+
runs-on: macos-latest
12+
steps:
13+
- uses: swift-actions/setup-swift@v2
14+
- uses: actions/checkout@v4
15+
- name: Build and test
16+
run: |
17+
swift test \
18+
--skip testDoNotModifyBuiltInTypesAnDirectives \
19+
--skip testExtendsDifferentTypesMultipleTimes \
20+
--skip testExtendsEnumsWithDeprecatedValues \

0 commit comments

Comments
 (0)