Skip to content

Commit

Permalink
fix: syntax issue in test-actions.yml github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dotmh committed Mar 12, 2024
1 parent 6d728b5 commit a39ada8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v4
with:
node-version: '18.15.0'
- run: npm install -g pnpm@8
- run: pnpm install
- run: pnpm test
steps:
- uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v4
with:
node-version: '18.15.0'
- run: npm install -g pnpm@8
- run: pnpm install
- run: pnpm test

0 comments on commit a39ada8

Please sign in to comment.