We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1275cec commit 0448b1fCopy full SHA for 0448b1f
.github/workflows/pull_request.yml
@@ -23,7 +23,6 @@ jobs:
23
. .github/workflows/scripts/setup-linux.sh
24
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
25
npm ci
26
- npm run compile
27
npm run package
28
npm run preview-package
29
for file in *.vsix; do
@@ -47,9 +46,7 @@ jobs:
47
46
tests:
48
name: ${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && 'Full Test Run' || 'Test'}}
49
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
50
- needs: package
51
with:
52
- needs_token: true
53
# Linux
54
linux_exclude_swift_versions: '[{"swift_version": "nightly-6.1"},{"swift_version": "nightly-main"}]'
55
linux_env_vars: |
0 commit comments