Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internal] Remove integration tests execution from repository #1409

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,6 @@ on:
branches: [main, bundle-integ]

jobs:
run-tests:
strategy:
fail-fast: false
matrix:
arch:
[
{ cli_arch: darwin_amd64, os: macos-latest },
{ cli_arch: windows_amd64, os: windows-latest },
]
node-version: [18.x]
vscode-version: [stable]
uses: ./.github/workflows/tests.yml
with:
os: ${{ matrix.arch.os }}
node-version: ${{ matrix.node-version }}
vscode-version: ${{ matrix.vscode-version }}
cli_arch: ${{ matrix.arch.cli_arch }}
secrets: inherit

validate-tests:
runs-on: ubuntu-latest
needs: ["run-tests"]
steps:
- run: echo "Tests successfull"
shell: bash

package:
name: Package Arm64 VSIX
runs-on: "macos-latest"
Expand Down
212 changes: 0 additions & 212 deletions .github/workflows/tests.yml

This file was deleted.

Loading