Skip to content

Commit

Permalink
chore: disable grafbase... (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored May 17, 2024
1 parent 7e49fdd commit 1c0d907
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
54 changes: 27 additions & 27 deletions .github/workflows/test-subgraph-grafbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c0d907

Please sign in to comment.