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 d29fb9d commit 5efa3b4Copy full SHA for 5efa3b4
.github/workflows/test_dependencies.yml
@@ -37,6 +37,7 @@ jobs:
37
universal-service-provider-test:
38
name: "Test graphqlite-universal-service-provider"
39
runs-on: "ubuntu-latest"
40
+ if: ${{ false }} # TODO: Revisit and make a decision
41
steps:
42
- name: "Checkout"
43
uses: "actions/checkout@v2"
@@ -57,7 +58,7 @@ jobs:
57
58
working-directory: "tests/dependencies/graphqlite-universal-service-provider"
59
60
- graphqlite-test:
61
+ laravel-test:
62
name: "Test graphqlite-laravel"
63
64
0 commit comments