@@ -22,33 +22,33 @@ jobs:
22
22
# uses: ./.github/workflows/test-subgraph.yaml
23
23
# with:
24
24
# 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
52
52
53
53
54
54
pr-info :
0 commit comments