Skip to content

test(e2e): defeat template-filter pollution in the bundle_init wizard #6250

test(e2e): defeat template-filter pollution in the bundle_init wizard

test(e2e): defeat template-filter pollution in the bundle_init wizard #6250

Workflow file for this run

name: VSCode Extensions CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
package:
name: Package Arm64 VSIX
runs-on:
group: databricks-protected-runner-group
labels: linux-ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Obtain JFrog OIDC token
run: bash .github/scripts/jfrog-oidc-token.sh
- name: Configure JFrog npm registry
run: bash .github/scripts/configure-npm.sh
- name: Use Node.js 22.x
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn run package:cli:fetch
working-directory: packages/databricks-vscode
env:
CLI_ARCH: darwin_amd64
GH_TOKEN: ${{ github.token }}
- name: Building packages
run: yarn run build
- run: mkdir -p packages/databricks-vscode/artifacts
- name: Build VSIX
run: yarn package -o artifacts -t darwin-arm64
working-directory: packages/databricks-vscode
- name: Upload artifacts
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: VSIX artifacts
path: packages/databricks-vscode/artifacts