Skip to content

Commit

Permalink
chore(package): adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 3, 2024
1 parent c9eda78 commit 9fbc883
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: MinaJS Continuous Integration
on:
push:
branches:
- main
jobs:
test:
name: Test
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: bunx pkg-pr-new publish './packages/klesia-sdk'
15 changes: 0 additions & 15 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 9fbc883

Please sign in to comment.