Skip to content

Commit 2433ada

Browse files
authored
Merge pull request #1500 from polywrap/fix-templates-tests
fix: templates test script now fails properly
2 parents 0c1b1cc + ba240c0 commit 2433ada

42 files changed

Lines changed: 44 additions & 494 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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/app/typescript-react/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/templates/app/typescript-react/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/templates/app/typescript-react/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/templates/app/typescript-react/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/templates/app/typescript-react/package.json

Lines changed: 0 additions & 59 deletions
This file was deleted.

packages/templates/app/typescript-react/polywrap.app.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
-63.9 KB
Binary file not shown.

packages/templates/app/typescript-react/public/index.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/templates/app/typescript-react/public/manifest.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)