From 1c0d9071df142f7685c82cbeca12f6888e11bef2 Mon Sep 17 00:00:00 2001 From: Dariusz Kuc <9501705+dariuszkuc@users.noreply.github.com> Date: Fri, 17 May 2024 15:04:31 -0500 Subject: [PATCH] chore: disable grafbase... (#622) --- .github/workflows/test-all.yaml | 8 +-- .github/workflows/test-subgraph-grafbase.yaml | 54 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index d5b22295a..19d6da8a7 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -52,10 +52,10 @@ jobs: TEST_URL: ${{ secrets.URL_STEPZEN }} # needs GHCR authentication - test-grafbase: - uses: ./.github/workflows/test-subgraph-grafbase.yaml - with: - skip_pr_info: true + # test-grafbase: + # uses: ./.github/workflows/test-subgraph-grafbase.yaml + # with: + # skip_pr_info: true report: timeout-minutes: 10 diff --git a/.github/workflows/test-subgraph-grafbase.yaml b/.github/workflows/test-subgraph-grafbase.yaml index d7b812d6a..b96a4518b 100644 --- a/.github/workflows/test-subgraph-grafbase.yaml +++ b/.github/workflows/test-subgraph-grafbase.yaml @@ -22,33 +22,33 @@ jobs: # uses: ./.github/workflows/test-subgraph.yaml # with: # library: "grafbase" - compatibility: - timeout-minutes: 30 - runs-on: ubuntu-latest - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - name: Setup Environment - uses: actions/setup-node@v4 - with: - node-version: 18 - cache: 'npm' - - name: Log in to registry - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - name: Install dependencies and build - run: npm install - - name: Compatibility test - run: npm run compatibility:test -- docker --compose implementations/grafbase/docker-compose.yaml --schema implementations/_template_library_/products.graphql --format markdown - - name: Generate Results Summary - run: | - cat results.md >> $GITHUB_STEP_SUMMARY - echo "RESULTS_FILE=results.md" >> $GITHUB_ENV - - name: Upload Results - uses: actions/upload-artifact@v4 - with: - name: ${{ env.RESULTS_FILE }} - path: ./${{ env.RESULTS_FILE }} - retention-days: 1 + # compatibility-grafbase: + # timeout-minutes: 30 + # runs-on: ubuntu-latest + # steps: + # - name: Checkout Repository + # uses: actions/checkout@v4 + # - name: Setup Environment + # uses: actions/setup-node@v4 + # with: + # node-version: 18 + # cache: 'npm' + # - name: Log in to registry + # run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin + # - name: Install dependencies and build + # run: npm install + # - name: Compatibility test + # run: npm run compatibility:test -- docker --compose implementations/grafbase/docker-compose.yaml --schema implementations/_template_library_/products.graphql --format markdown + # - name: Generate Results Summary + # run: | + # cat results.md >> $GITHUB_STEP_SUMMARY + # echo "RESULTS_FILE=results.md" >> $GITHUB_ENV + # - name: Upload Results + # uses: actions/upload-artifact@v4 + # with: + # name: ${{ env.RESULTS_FILE }} + # path: ./${{ env.RESULTS_FILE }} + # retention-days: 1 pr-info: