Skip to content

Commit

Permalink
increase action timeout and run tests silently
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Jul 5, 2024
1 parent 8f05c92 commit f0701df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
timeout-minutes: 10

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "yarn clean && tsc",
"cli": "node --no-warnings --import=specifier-resolution-node/register --experimental-json-modules dist/index.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"test": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest --testPathIgnorePatterns mockData.ts"
"test": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest --testPathIgnorePatterns mockData.ts --silent"
},
"bin": {
"cli": "dist/index.js"
Expand Down

0 comments on commit f0701df

Please sign in to comment.