Skip to content

Commit

Permalink
fix: disable corepact to potentially fix the CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Sep 12, 2023
1 parent 1000fbc commit e85feff
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
cache: yarn
node-version: 18
- run: corepack enable
- run: yarn && yarn build

- name: Run benchmarks
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
cache: yarn
node-version: '16'
- run: corepack enable
- name: Bootstrap
run: yarn
- name: Build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}

- run: corepack enable

- run: yarn install
if: ${{ steps.release.outputs.releases_created }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: ${{matrix.node}}
cache: yarn
- run: corepack enable
- name: Bootstrap
run: yarn
- name: Build
Expand Down
1 change: 0 additions & 1 deletion simpleserialize.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY package.json yarn.lock .yarnrc.yml ./
COPY packages/simpleserialize.com/package.json packages/simpleserialize.com/yarn.lock packages/simpleserialize.com/


RUN corepack enable
RUN yarn install

COPY . .
Expand Down

0 comments on commit e85feff

Please sign in to comment.