Skip to content

Commit 0e83862

Browse files
authored
Merge pull request #42 from stevenhorsman/fetch-data-npm-install
workflow: Run npm install in workflow
2 parents ff3df53 + 0b5d76a commit 0e83862

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fetch-ci-nightly-data.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
- name: npm install
22+
shell: bash
23+
run: |
24+
npm install
2125
- name: Update dashboard data
2226
env:
2327
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)