Update CI #4
@ -14,17 +14,22 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: 🔧 Setup bun
|
- name: 🔧 Setup bun
|
||||||
uses: https://github.com/oven-sh/setup-bun@v1
|
uses: https://github.com/oven-sh/setup-bun@v1
|
||||||
with:
|
with:
|
||||||
bun-version: "1.0.0"
|
bun-version: "1.0.0"
|
||||||
- name: 🧱 Install node packages
|
|
||||||
|
- name: 🧱 Install packages
|
||||||
run: bun i
|
run: bun i
|
||||||
- name: ✅ svelte-check
|
|
||||||
|
- name: ✅ Check project
|
||||||
run: bun run check
|
run: bun run check
|
||||||
|
|
||||||
- name: 🔨 Build project
|
- name: 🔨 Build project
|
||||||
run: bun run build
|
run: bun run build
|
||||||
- name: upload artifact
|
|
||||||
|
- name: Upload artifact
|
||||||
run: |
|
run: |
|
||||||
tar -czf build.tar.gz build
|
tar -czf build.tar.gz build
|
||||||
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
|
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user