Skip to content

Commit

Permalink
fix: 🐛 (.github/workflows) fix ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
koutyuke committed Oct 21, 2024
1 parent df02408 commit b70263a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile

- name: Test
run: bun run test
- name: Build
run: bun run build
4 changes: 2 additions & 2 deletions .github/workflows/app-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile

- name: Build
run: bun run build
- name: Test
run: bun run test

0 comments on commit b70263a

Please sign in to comment.