Skip to content

Commit

Permalink
it worked the commit before this. so hopefully this just removes supe…
Browse files Browse the repository at this point in the history
…rfluous things
  • Loading branch information
aaronmgdr committed Dec 22, 2023
1 parent e4d0ccb commit 8435eb8
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,7 @@ jobs:
timeout-minutes: 30
needs: install-dependencies
steps:
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: "enable corepack for yarn"
run : sudo corepack enable yarn
- uses: actions/checkout@v4
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
Expand All @@ -207,17 +197,7 @@ jobs:
contains(needs.install-dependencies.outputs.all_modified_files, ',yarn.lock') ||
false
steps:
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: "enable corepack for yarn"
run : sudo corepack enable yarn
- uses: actions/checkout@v4
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
Expand All @@ -242,22 +222,11 @@ jobs:
contains(needs.install-dependencies.outputs.all_modified_files, ',yarn.lock') ||
false
steps:
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: "enable corepack for yarn"
run : sudo corepack enable yarn
- uses: actions/checkout@v4
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- run: sudo corepack enable yarn
- name: Run tests
run: |
yarn workspace @celo/celocli test
Expand Down Expand Up @@ -292,17 +261,7 @@ jobs:
contains(needs.install-dependencies.outputs.all_modified_files, ',yarn.lock') ||
false
steps:
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: "enable corepack for yarn"
run : sudo corepack enable yarn
- uses: actions/checkout@v4
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
Expand Down

0 comments on commit 8435eb8

Please sign in to comment.