Update .forgejo/workflows/demo.yaml
Some checks failed
UiNamed workflow / test (push) Failing after 3s
Some checks failed
UiNamed workflow / test (push) Failing after 3s
This commit is contained in:
parent
b4227bfe5f
commit
b183b5e5c1
|
|
@ -21,5 +21,12 @@ jobs:
|
||||||
- name: Setup deno
|
- name: Setup deno
|
||||||
run: https://github.com/denoland/setup-deno@v2
|
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
|
- name: Test deno
|
||||||
run: deno --version
|
run: deno --version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue