i forgot you have to checkout manually. what a great system
Some checks failed
Build friends-api / build-and-push (push) Failing after 5s
Some checks failed
Build friends-api / build-and-push (push) Failing after 5s
This commit is contained in:
parent
a9fc4989b8
commit
e822280741
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ jobs:
|
|||
build-and-push:
|
||||
runs-on: debian-trixie
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build friends-api binary
|
||||
run: |
|
||||
/root/.bun/bin/bun install --frozen-lockfile --production
|
||||
|
|
|
|||
Loading…
Reference in a new issue