Skip to content

Commit

Permalink
chore: remove (unrelated) tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhp committed Nov 25, 2024
1 parent 4a8d446 commit 659f960
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
url: https://github.com
url: https://github.com/status
attempts: 10
interval: 1000

29 changes: 0 additions & 29 deletions __tests__/main.test.ts

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "yarn run build && yarn run format && yarn run lint && yarn run package && yarn test"
"all": "yarn run build && yarn run format && yarn run lint && yarn run package"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 659f960

Please sign in to comment.