Skip to content

Commit

Permalink
ci: Temporary disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Jun 3, 2024
1 parent 853d8a2 commit d4812f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
BASE_PATH: "/"
NODE_ENV: "development"
NODE_ENV: "production"
NEXT_PUBLIC_CHAIN_TYPE: testnet
NEXT_PUBLIC_GRAPHQL_URL: "https://testnet-gql.cheqd.io/v1/graphql"
NEXT_PUBLIC_GRAPHQL_WS: "wss://testnet-gql.cheqd.io/v1/graphql"
Expand All @@ -34,7 +34,7 @@ jobs:
- name: "Execute build"
run: yarn build

- name: "Execute tests"
# Remove the line below once we know everything works
continue-on-error: true
run: yarn test
# - name: "Execute tests"
# # Remove the line below once we know everything works
# continue-on-error: true
# run: yarn test

0 comments on commit d4812f9

Please sign in to comment.