We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6769f2d commit ad54a71Copy full SHA for ad54a71
1 file changed
.github/workflows/test.yaml
@@ -0,0 +1,16 @@
1
+name: test
2
+on:
3
+ push:
4
+ branches: [ main ]
5
+ pull_request:
6
7
+ workflow_dispatch:
8
+jobs:
9
+ lint:
10
+ uses: graphqlswift/ci/.github/workflows/lint.yaml@main
11
+ test:
12
+ uses: graphqlswift/ci/.github/workflows/test.yaml@main
13
+ test-example:
14
15
+ with:
16
+ package_path: "Examples/HelloWorldServer"
0 commit comments