Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Nov 6, 2024
1 parent 264a88c commit 0c8c597
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

env:
NODE_VERSION: "20.11.1"
PNPM_VERSION: "8.15.1"
PNPM_VERSION: "8.15.9"
CARGO_TERM_COLOR: always
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

env:
NODE_VERSION: "20.11.1"
PNPM_VERSION: "8.15.1"
PNPM_VERSION: "8.15.9"

jobs:
update:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/sdk-spec-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
REPO: ${{ inputs.repo || github.repository }}
REF: ${{ inputs.ref || github.ref }}
TARGET: ${{ inputs.target || (github.workflow == 'build' && 'all-stable') || (github.event_name == 'release' && 'all-unstable') || 'all' }} #the build runs only stable targets, realease only unstable
PNPM_VERSION: "8.15.1"
PNPM_VERSION: "8.15.9"
AZURE_LOCATION: "East US"
CDK_STACK_NAME: "sdk-spec-tests"
GOOGLE_PROJECT_ID: "sdk-spec-tests"
Expand Down Expand Up @@ -75,7 +75,8 @@ jobs:
- name: Get list of directories and save them to the output
id: setdirs
shell: bash
run: | # TODO: skipping std, math and external folders, when https://github.com/winglang/wing/issues/3168 is resolve- we'll skip only the external folder.
run:
| # TODO: skipping std, math and external folders, when https://github.com/winglang/wing/issues/3168 is resolve- we'll skip only the external folder.
dirs=$(ls -d tests/sdk_tests/*/ | sed 's/\/$//' | grep -v "external\|std\|math" | jq -R -s -c 'split("\n")[:-1]')
processed_dirs=$(echo "{ \"directory\": $dirs }" | jq -c '[ .directory[] | {directory: ., name: (split("/") | last)}]')
wrapped_dirs=$(echo $processed_dirs | jq -c .)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@winglang/compatibility-spy": "workspace:^",
"bump-pack": "workspace:^",
"generate-workspace": "workspace:^",
"turbo": "^2.1.1"
"turbo": "^2.2.3"
},
"scripts": {
"build": "turbo compile post-compile lint eslint test package",
Expand All @@ -21,7 +21,7 @@
},
"volta": {
"node": "20.17.0",
"pnpm": "8.15.1"
"pnpm": "8.15.9"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"pnpm": {
Expand Down
3 changes: 1 addition & 2 deletions packages/vscode-wing/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"tools/bump-pack/**",
"!tools/bump-pack/node_modules/**"
],
"ui": "stream",
"tasks": {
"default": {
"inputs": ["*.json", ".projenrc.ts"]
Expand Down

0 comments on commit 0c8c597

Please sign in to comment.