Update .forgejo/workflows/demo.yaml
Some checks failed
UiNamed workflow / test (push) Failing after 3s

This commit is contained in:
julien.oculi 2025-02-22 00:25:01 +01:00
parent b4227bfe5f
commit b183b5e5c1

View file

@ -21,5 +21,12 @@ jobs:
- name: Setup deno
run: https://github.com/denoland/setup-deno@v2
- name: Test set variable
id: build
run: deno eval "Promise.resolve().then(_ => console.log(JSON.stringify(Deno.build, null, '\n'))).then(v => "BUILD=" + v).then(console.log)"
- name: Test get variable
run: echo ${{ steps.build.outputs.BUILD }}
- name: Test deno
run: deno --version