Skip to content

Commit

Permalink
Update pr-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano authored Nov 8, 2023
1 parent abf603a commit 7cc366e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pr Checker
on: [pull_request_target, pull_request]

jobs:
build:
checks:
runs-on: ubuntu-latest

steps:
Expand All @@ -16,17 +16,4 @@ jobs:
- run: yarn install --frozen-lockfile

- run: yarn build

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'

- run: yarn install --frozen-lockfile

- run: yarn test

0 comments on commit 7cc366e

Please sign in to comment.