Skip to content

Commit 5fd7c34

Browse files
committed
fix: install cue for core tests
1 parent 7de4de6 commit 5fd7c34

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/js-ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ jobs:
6060
with:
6161
node-version: '${{ steps.nvm.outputs.NVMRC }}'
6262

63+
- uses: actions/setup-go@v3
64+
with:
65+
go-version: '^1.13.1'
66+
67+
- name: Install cue lang
68+
run: go install cuelang.org/go/cmd/cue@latest
69+
70+
- name: Check if cue is installed
71+
run: cue version
72+
6373
- name: Get yarn cache directory path
6474
id: yarn-cache-dir-path
6575
run: echo "::set-output name=dir::$(yarn cache dir)"

packages/templates/wasm/rust/src/__tests__/types/polywrap.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
format: 0.2.0
1+
format: 0.3.0
22
project:
33
name: sample-typescript-type-generation
44
type: app/typescript

0 commit comments

Comments
 (0)