Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build pipeline #255

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
# npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn run rebuild-all-native
- name: GQL Codegen
run: yarn run gql-gen
- name: Build and Release
run: yarn run release

Expand All @@ -52,8 +50,6 @@ jobs:
npm install -g npm@8
npm install -g node-gyp@latest
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
- name: GQL Codegen
run: yarn run gql-gen
- name: Build and Release
run: yarn run release

Expand Down Expand Up @@ -82,7 +78,5 @@ jobs:
yarn config set network-timeout 300000
- name: Install dependencies
run: yarn install --frozen-lockfile && yarn run rebuild-all-native
- name: GQL Codegen
run: yarn run gql-gen
- name: Build and Release
run: yarn run release
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
# npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
- name: Install dependencies
run: yarn install --frozen-lockfile --prefer-offline && yarn run rebuild-all-native
- name: GQL Codegen
run: yarn run gql-gen
# - name: Lint
# run: yarn run lint:ci
- name: Build
Expand All @@ -52,8 +50,6 @@ jobs:
npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js
- name: Install dependencies
run: yarn install --frozen-lockfile --prefer-offline && yarn run rebuild-all-native
- name: GQL Codegen
run: yarn run gql-gen
# - name: Lint
# run: yarn run lint:ci
- name: Tests
Expand Down Expand Up @@ -83,8 +79,6 @@ jobs:
yarn config set network-timeout 300000
- name: Install dependencies
run: yarn install --frozen-lockfile --prefer-offline && yarn run rebuild-all-native
- name: GQL Codegen
run: yarn run gql-gen
# - name: Lint
# run: yarn run lint:ci
- name: Tests
Expand Down