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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- dev
|
- dev
|
||||||
|
- butter-config-test
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- dev
|
- dev
|
||||||
|
- butter-config-test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
@ -15,6 +16,9 @@ jobs:
|
||||||
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref_name }}
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: sudo apt update && sudo apt install -y tar
|
- run: sudo apt update && sudo apt install -y tar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue