Fixes build for butter-config
All checks were successful
ci / build_and_publish (push) Successful in 1m54s
All checks were successful
ci / build_and_publish (push) Successful in 1m54s
This commit is contained in:
parent
d886eff0c6
commit
96a97e8137
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -2,12 +2,13 @@ name: ci
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- butter-config-test
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- butter-config-test
|
||||
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: docker
|
||||
|
|
@ -15,6 +16,9 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v4
|
||||
- run: npm install
|
||||
- run: sudo apt update && sudo apt install -y tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue