Skip to content

Commit

Permalink
fix: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Feb 20, 2024
1 parent 4b61720 commit 6a3e8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-adv-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
node-version: 20
cache: 'yarn'
# - name: Install dependencies
# run: yarn install --immutable
- name: Install dependencies
run: yarn install --immutable
- name: Parse service file
run: make service-type-config-${{ inputs.service-name }}
- name: Create pull request
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-cloud-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: 20
cache: 'yarn'
# - name: Install dependencies
# run: yarn install --immutable
- name: Install dependencies
run: yarn install --immutable
- name: Update available cloud list
run: make cloud-list
- name: Create pull request
Expand Down

0 comments on commit 6a3e8b1

Please sign in to comment.