Skip to content

Commit

Permalink
ci: Rely on yarn zero-install
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed May 8, 2023
1 parent a1d4b29 commit 9b76f9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: corepack enable |
corepack prepare yarn@stable --activate

- name: yarn install
run: yarn install --immutable --immutable-cache
- name: compile
run: yarn compile

Expand All @@ -57,8 +55,6 @@ jobs:
run: corepack enable |
corepack prepare yarn@stable --activate

- name: yarn install
run: yarn install --immutable --immutable-cache
- name: lint
run: yarn lint

Expand All @@ -75,7 +71,5 @@ jobs:
run: corepack enable |
corepack prepare yarn@stable --activate

- name: yarn install
run: yarn install --immutable --immutable-cache
- name: jest
run: yarn test
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
run: corepack enable |
corepack prepare yarn@stable --activate

- name: yarn install
run: yarn install --immutable --immutable-cache
- run: yarn npm publish --access public
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 9b76f9d

Please sign in to comment.