Skip to content

Commit

Permalink
ci(v2): improve naming & remove pnpm cache (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatt committed Feb 5, 2024
1 parent 4d040ca commit 12d94b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
- ready_for_review

jobs:
build:
lint-test:
name: Lint & Tests
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
Expand All @@ -30,7 +31,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 12d94b9

Please sign in to comment.