Skip to content

Commit

Permalink
chore(ci): update workflow jobs and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Nov 14, 2023
1 parent 30992c0 commit 5c9bb47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Continuous Integration
on: push
jobs:
test:
name: Run Tests
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Build
run: bun install && bun all-in-one:build
deploy:
needs: test
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
Expand Down

0 comments on commit 5c9bb47

Please sign in to comment.