Skip to content

Commit

Permalink
fix: ci (#262)
Browse files Browse the repository at this point in the history
* fix: ci

* fix: removed pattern
  • Loading branch information
ilteoood authored Nov 22, 2024
1 parent 44183a7 commit 9cccdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run Tests
env:
TEST_PROJECT_ID: ${{ vars.TEST_PROJECT_ID }}
run: npm run test:ci
run: npm run test
automerge:
needs: build
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint": "eslint lib/**/*.js test/**/*.js",
"lint:fix": "npm run lint -- --fix",
"lint:staged": "lint-staged",
"test": "node --test test/*.test.js test/**/*.test.js",
"test:ci": "node --test test/*.test.js test/**/*.test.js"
"test": "node --test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9cccdd8

Please sign in to comment.