Skip to content

Commit

Permalink
DEVOP-32: modify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michperalbo-fsl committed May 17, 2024
1 parent e488e9a commit 69f495f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
node-version: 12
- run: |
npm install
npm run all
- name: Archive test coverage
uses: actions/upload-artifact@v1
with:
name: test-coverage
path: coverage
npm npm run build
npm run pack
npm run coverage
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 69f495f

Please sign in to comment.