Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine authored Jun 26, 2024
2 parents bfc859f + 4a52d4f commit b5f793a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand All @@ -24,12 +24,12 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: Test
run: pnpm test

- name: Build Package
run: pnpm build

- name: Test
run: pnpm test

- name: Create Release Pull Request or Publish
uses: changesets/action@v1
with:
Expand Down

0 comments on commit b5f793a

Please sign in to comment.