trillium/.forgejo/workflows/test.yaml
Soph :3 0968ba625f
Some checks failed
/ build (push) Failing after 8s
go around http://github.com/sgb-io/fta/issues/130
2024-05-22 14:16:39 +03:00

15 lines
419 B
YAML

on: [push]
jobs:
build:
runs-on: node-16
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Fix fta-cli
run: dos2unix ./node_modules/fta-cli/index.js
- name: Run CI script
run: bun run ci