Skip to content

Commit

Permalink
Ignore ign9ore
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Jan 10, 2025
1 parent a3cf289 commit 5b3cd0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:

lint-js:
runs-on: ubuntu-latest
if: |
github.ref == 'refs/heads/main' ||
contains(github.event.pull_request.files.*.path, 'libs/sdk-js/')
strategy:
matrix:
working-directory:
Expand All @@ -114,9 +111,6 @@ jobs:

test-js:
runs-on: ubuntu-latest
if: |
github.ref == 'refs/heads/main' ||
contains(github.event.pull_request.files.*.path, 'libs/sdk-js/')
strategy:
matrix:
working-directory:
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepublish": "yarn run build",
"format": "prettier --write src",
"lint": "prettier --check src && tsc --noEmit",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
"test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts"
},
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 5b3cd0c

Please sign in to comment.