Skip to content

Commit

Permalink
chore(minajs): merge test and release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 6, 2024
1 parent 5ebb0fd commit 71738e2
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@ on:
push:
branches: [main]
jobs:
test:
name: Test
test_and_release:
name: Test and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun i --no-save
- run: bun run test
release:
name: Release
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun i --no-save
- run: bun run build
- run: bun run test
- run: bunx pkg-pr-new publish './packages/klesia-sdk'

0 comments on commit 71738e2

Please sign in to comment.