We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7332888 commit 1c695c6Copy full SHA for 1c695c6
.github/workflows/test.yml
@@ -1,16 +1,14 @@
1
name: test
2
on:
3
+ push:
4
+ branches: [ main ]
5
pull_request:
- push: { branches: [ main ] }
-
6
7
+ workflow_dispatch:
8
jobs:
9
+ lint:
10
+ uses: graphqlswift/ci/.github/workflows/lint.yaml@main
11
test:
- strategy:
- matrix:
- os: [ubuntu-latest, macos-latest]
- 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
+ uses: graphqlswift/ci/.github/workflows/test.yaml@main
+ with:
+ include_android: false
0 commit comments