Skip to content

Commit

Permalink
LIMS-694: Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Williams committed Dec 20, 2023
1 parent 32baddc commit 79b9ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
# hack the output from the linting steps to avoid these stopping the builds - we are not going to get
# to a clean output without considerable effort, but it's useful to see the output
run: |
cp ./client/src/js/config_sample.json ./client/src/js/config.json
node --version
npm ci
npm run build
Expand Down

0 comments on commit 79b9ae3

Please sign in to comment.