Skip to content

Commit

Permalink
[Internal] Remove integration tests execution from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Oct 24, 2024
1 parent 3e5dc49 commit 18c9478
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 238 deletions.
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.

0 comments on commit 18c9478

Please sign in to comment.