diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 9b02258..eccf315 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -1,7 +1,8 @@ on: [push] jobs: test: - runs-on: docker + runs-on: bun steps: - uses: http://github.com/actions/checkout@v4 - - run: cat src/build.ts \ No newline at end of file + - run: bun src/build.ts + - run: cat dist/dist.js \ No newline at end of file