We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e887e commit f284785Copy full SHA for f284785
1 file changed
.github/workflows/wai-deploy.yml
@@ -21,11 +21,8 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-node-
23
- 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
+ - name: Install dependencies (including act-tools dev dependencies)
+ run: npm ci --include=dev
29
- name: Configure git
30
run: |
31
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"
0 commit comments