File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
name : vscode-swift-extension
38
38
path : |
39
39
*.vsix
40
-
40
+
41
41
tests_release :
42
42
name : Test Release
43
43
needs : package
44
- uses : award999 /github-workflows/.github/workflows/swift_package_test.yml@token
44
+ uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@main
45
45
with :
46
46
needs_token : true
47
47
# Linux
65
65
tests_insiders :
66
66
name : Test Insiders
67
67
needs : package
68
- uses : award999 /github-workflows/.github/workflows/swift_package_test.yml@token
68
+ uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@main
69
69
with :
70
70
needs_token : true
71
71
# Linux
Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ apt-get update && apt-get install -y rsync curl gpg libasound2 libgbm1 libgtk-3-
21
21
22
22
mkdir -p $NVM_DIR
23
23
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
24
+ # shellcheck disable=SC1091
24
25
. $NVM_DIR /nvm.sh && nvm install $NODE_VERSION
25
26
echo " $NODE_PATH " >> " $GITHUB_PATH "
26
27
27
28
env | sort
28
29
29
- if [ ! -z " $VSCODE_SWIFT_VSIX_ID " ]; then
30
+ if [ -n " $VSCODE_SWIFT_VSIX_ID " ]; then
30
31
npm ci --ignore-scripts
31
32
npx tsx scripts/download_vsix.ts
32
33
export VSCODE_SWIFT_VSIX=" vscode-swift.vsix"
You can’t perform that action at this time.
0 commit comments