Skip to content

Commit

Permalink
jest --detectOpenHandles && linting stage
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jan 15, 2023
1 parent 69019ef commit 45ea872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.9.1
- uses: actions/checkout@v2
- uses: styfle/cancel-workflow-action@0.11.0
- uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: cd template && echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
- uses: actions/cache@v3
name: Yarn Cache
id: yarn-cache
with:
Expand All @@ -37,7 +37,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Yarn Install
uses: nick-invision/retry@v2
uses: nick-invision/retry@v2.8.3
with:
timeout_minutes: 3
retry_wait_seconds: 30
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "next build",
"next-start": "next start",
"test:all": "yarn test:jest",
"test:jest": "jest",
"test:jest": "jest --detectOpenHandles",
"lint:all": "yarn lint:eslint && yarn lint:prettier && yarn lint:types",
"lint:eslint": "eslint src/",
"lint:eslint:fix": "eslint --fix src/",
Expand Down

1 comment on commit 45ea872

@vercel
Copy link

@vercel vercel bot commented on 45ea872 Jan 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./

luna-git-withtamagui-criszz77.vercel.app
luna-gamma.vercel.app
luna-criszz77.vercel.app

Please sign in to comment.