Skip to content

Commit 9985b4f

Browse files
authored
ci: disable pioneer and lighthouse (#121)
1 parent 001eb3b commit 9985b4f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/audits.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ jobs:
6565
workspace:
6666
- deno
6767
- hotchocolate
68-
- lighthouse
69-
- pioneer
7068
- postgraphile
69+
# TODO: speed up build process
70+
# - pioneer
71+
# TODO: ensure consistant results
72+
# - lighthouse
7173
env:
7274
PORT: 4000
7375
steps:

implementations/lighthouse/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!WARNING]
2+
> Is not tested automatically by the CI anymore.
3+
> See [#121](https://github.com/graphql/graphql-http/pull/121)
4+
15
<i>* This report was auto-generated by graphql-http</i>
26

37
<h1>GraphQL over HTTP audit report</h1>

implementations/pioneer/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!WARNING]
2+
> Is not tested automatically by the CI anymore.
3+
> See [#121](https://github.com/graphql/graphql-http/pull/121)
4+
15
<i>* This report was auto-generated by graphql-http</i>
26

37
<h1>GraphQL over HTTP audit report</h1>

0 commit comments

Comments
 (0)