go around http://github.com/sgb-io/fta/issues/130
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
Soph :3 2024-05-22 14:16:39 +03:00
parent 9aeef0116d
commit 0968ba625f
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -9,5 +9,7 @@ jobs:
bun-version: latest bun-version: latest
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Fix fta-cli
run: dos2unix ./node_modules/fta-cli/index.js
- name: Run CI script - name: Run CI script
run: bun run ci run: bun run ci