Skip to content

Commit 1c695c6

Browse files
ci: Uses centralized CI
1 parent 7332888 commit 1c695c6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: test
22
on:
3+
push:
4+
branches: [ main ]
35
pull_request:
4-
push: { branches: [ main ] }
5-
6+
branches: [ main ]
7+
workflow_dispatch:
68
jobs:
9+
lint:
10+
uses: graphqlswift/ci/.github/workflows/lint.yaml@main
711
test:
8-
strategy:
9-
matrix:
10-
os: [ubuntu-latest, macos-latest]
11-
runs-on: ${{ matrix.os }}
12-
steps:
13-
- uses: fwal/setup-swift@v1
14-
- uses: actions/checkout@v2
15-
- name: Run tests
16-
run: swift test
12+
uses: graphqlswift/ci/.github/workflows/test.yaml@main
13+
with:
14+
include_android: false

0 commit comments

Comments
 (0)