Skip to content

Commit

Permalink
ci: 🚑 Re-adding the test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloOlivieriAchille committed Feb 22, 2024
1 parent de9d5a3 commit 5df1a73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Testing + building
run: npm test

- name: Linting
run: npm run check

- name: Publish
run: npm run release
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"postbuild": "npm run postbuild --workspaces --if-present",
"pretest": "npm run build",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"prerelease": "npm run build",
"release": "npx auto shipit --message \"ci: :memo: Update CHANGELOG.md [skip ci]\""
},
"devDependencies": {
Expand Down

0 comments on commit 5df1a73

Please sign in to comment.