This commit is contained in:
parent
b41b82e41e
commit
37d622a7ec
1 changed files with 5 additions and 4 deletions
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
runs-on: bun
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git docker.io
|
||||
- name: Install
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Typecheck
|
||||
|
|
@ -23,7 +27,4 @@ jobs:
|
|||
- name: Build docs
|
||||
run: bun run docs:build
|
||||
- name: Build container
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
docker build -t patch:ci .
|
||||
run: docker build -t patch:ci .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue