File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
name : vscode-swift-extension
42
42
path : |
43
43
*.vsix
44
-
44
+
45
45
tests_release :
46
46
name : Test Release
47
47
needs : package
48
- uses : award999 /github-workflows/.github/workflows/swift_package_test.yml@token
48
+ uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@main
49
49
with :
50
50
needs_token : true
51
51
# Linux
71
71
tests_insiders :
72
72
name : Test Insiders
73
73
needs : package
74
- uses : award999 /github-workflows/.github/workflows/swift_package_test.yml@token
74
+ uses : swiftlang /github-workflows/.github/workflows/swift_package_test.yml@main
75
75
with :
76
76
needs_token : true
77
77
# 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