Skip to content

Commit 4e887d8

Browse files
Removes duplication of act-tools install causing wai-deploy to fail
1 parent 80e887e commit 4e887d8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/wai-deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-node-
2323
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
24-
- name: Install dependencies
25-
run: npm ci
26-
# Since we control this we can safely just always use the latest
27-
- name: Install act-tools latest
28-
run: npm install github:act-rules/act-tools#main
24+
- name: Install dependencies (including act-tools dev dependencies)
25+
run: npm ci --include=dev
2926
- name: Configure git
3027
run: |
3128
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"

0 commit comments

Comments
 (0)