Skip to content

Commit

Permalink
MET-5919 Introduce Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Apr 11, 2024
1 parent 170369f commit 8b9a059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
node-version: '18.18.0'
- run: npm install
- run: |
npm run test:dev
- run: npm run build-shared
- run: npm run test:dev
- run: |
cp projects/metis/coverage/**/lcov.info ./lcov-metis-ui.info
cp projects/sandbox/coverage/**/lcov.info ./lcov-sandbox-ui.info
Expand Down

0 comments on commit 8b9a059

Please sign in to comment.