Skip to content

Commit

Permalink
fix: another trial
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Aug 25, 2024
1 parent a367932 commit 7765898
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-signumjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: Install Deps
run: npm ci

- name: Compile, Test and Bundle SignumJS packages
run: npm run build:ci
- name: Compile and Bundle SignumJS packages
run: npm run bundle

- name: Test SignumJS packages
run: npm run test:ci

- name: fix code coverage paths
working-directory: ./coverage
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"posttest:ci": "./generate-coverage-report.sh",
"test:e2e": "TEST_ENV=e2e turbo run test",
"build:ci": "turbo run bundle test:ci"
"test:e2e": "TEST_ENV=e2e turbo run test"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 7765898

Please sign in to comment.