Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iainmerrick committed Feb 8, 2024
1 parent 1a6d3be commit 87b219c
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
- push
- pull_request
jobs:
test:
gosub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install
run: pnpm install
- name: Test
run: pnpm test
- run: pnpm install
- run: pnpm -r test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87b219c

Please sign in to comment.