website/.forgejo/workflows/demo.yaml
yourfriendoss 69a7cee3c9
Some checks failed
/ test (push) Failing after 8s
test 5
2024-04-26 21:17:58 +03:00

9 lines
185 B
YAML

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