website/.forgejo/workflows/demo.yaml
yourfriendoss 2bc41955cf
Some checks failed
/ test (push) Failing after 13s
test 6
2024-04-26 21:20:22 +03:00

11 lines
267 B
YAML

on: [push]
jobs:
test:
runs-on: node-16
steps:
- uses: http://github.com/actions/checkout@v4
- uses: http://github.com/oven-sh/setup-bun@v1
- run: bun install
- run: bun src/build.ts
- run: cat dist/dist.js
- run: echo hi