Skip to content

Commit

Permalink
Merge pull request #91 from sbv-world-health-org-metrics/ajhenry/fix-…
Browse files Browse the repository at this point in the history
…workflow

Add step to metrics collector
  • Loading branch information
ipc103 authored Feb 5, 2024
2 parents 7b41984 + 8ececa9 commit e5d6fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch Metrics
- name: Setup Node for metrics backend
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Collect metrics and save output
id: metrics
run: |
npm i
npm start
Expand Down

0 comments on commit e5d6fff

Please sign in to comment.