Skip to content

Commit 1c0d907

Browse files
authored
chore: disable grafbase... (#622)
1 parent 7e49fdd commit 1c0d907

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.github/workflows/test-all.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
TEST_URL: ${{ secrets.URL_STEPZEN }}
5353

5454
# needs GHCR authentication
55-
test-grafbase:
56-
uses: ./.github/workflows/test-subgraph-grafbase.yaml
57-
with:
58-
skip_pr_info: true
55+
# test-grafbase:
56+
# uses: ./.github/workflows/test-subgraph-grafbase.yaml
57+
# with:
58+
# skip_pr_info: true
5959

6060
report:
6161
timeout-minutes: 10

.github/workflows/test-subgraph-grafbase.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ jobs:
2222
# uses: ./.github/workflows/test-subgraph.yaml
2323
# with:
2424
# library: "grafbase"
25-
compatibility:
26-
timeout-minutes: 30
27-
runs-on: ubuntu-latest
28-
steps:
29-
- name: Checkout Repository
30-
uses: actions/checkout@v4
31-
- name: Setup Environment
32-
uses: actions/setup-node@v4
33-
with:
34-
node-version: 18
35-
cache: 'npm'
36-
- name: Log in to registry
37-
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
38-
- name: Install dependencies and build
39-
run: npm install
40-
- name: Compatibility test
41-
run: npm run compatibility:test -- docker --compose implementations/grafbase/docker-compose.yaml --schema implementations/_template_library_/products.graphql --format markdown
42-
- name: Generate Results Summary
43-
run: |
44-
cat results.md >> $GITHUB_STEP_SUMMARY
45-
echo "RESULTS_FILE=results.md" >> $GITHUB_ENV
46-
- name: Upload Results
47-
uses: actions/upload-artifact@v4
48-
with:
49-
name: ${{ env.RESULTS_FILE }}
50-
path: ./${{ env.RESULTS_FILE }}
51-
retention-days: 1
25+
# compatibility-grafbase:
26+
# timeout-minutes: 30
27+
# runs-on: ubuntu-latest
28+
# steps:
29+
# - name: Checkout Repository
30+
# uses: actions/checkout@v4
31+
# - name: Setup Environment
32+
# uses: actions/setup-node@v4
33+
# with:
34+
# node-version: 18
35+
# cache: 'npm'
36+
# - name: Log in to registry
37+
# run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
38+
# - name: Install dependencies and build
39+
# run: npm install
40+
# - name: Compatibility test
41+
# run: npm run compatibility:test -- docker --compose implementations/grafbase/docker-compose.yaml --schema implementations/_template_library_/products.graphql --format markdown
42+
# - name: Generate Results Summary
43+
# run: |
44+
# cat results.md >> $GITHUB_STEP_SUMMARY
45+
# echo "RESULTS_FILE=results.md" >> $GITHUB_ENV
46+
# - name: Upload Results
47+
# uses: actions/upload-artifact@v4
48+
# with:
49+
# name: ${{ env.RESULTS_FILE }}
50+
# path: ./${{ env.RESULTS_FILE }}
51+
# retention-days: 1
5252

5353

5454
pr-info:

0 commit comments

Comments
 (0)