Skip to content

Commit

Permalink
Merge pull request #1496 from ArtBlocks/fix-sdk-build-and-test
Browse files Browse the repository at this point in the history
Fix sdk build and test
  • Loading branch information
ryley-o committed Apr 15, 2024
2 parents 5e510cb + 39d7257 commit 9b6e3ca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
working-directory: packages/sdk
- run: yarn codegen
env:
HASURA_GRAPHQL_API_ENDPOINT: ${{ secrets.HASURA_GRAPHQL_API_ENDPOINT }}
HASURA_ADMIN_SECRET: ${{ secrets.HASURA_ADMIN_SECRET }}
working-directory: packages/sdk
- name: Build
run: yarn run build
working-directory: packages/sdk
env:
HASURA_GRAPHQL_API_ENDPOINT: ${{ secrets.HASURA_GRAPHQL_API_ENDPOINT }}
HASURA_ADMIN_SECRET: ${{ secrets.HASURA_ADMIN_SECRET }}
- name: Run Tests
run: yarn run test
working-directory: packages/sdk

0 comments on commit 9b6e3ca

Please sign in to comment.