Skip to content

Commit

Permalink
chore(ci): remove shellspec based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Jan 6, 2025
1 parent 90bbfbc commit 0879271
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,11 +1199,6 @@ jobs:
working_directory: /mnt/ramdisk/snyk
steps:
- prepare-workspace
- run:
name: Install ShellSpec Deps
command: |
./test/smoke/install-shellspec.sh --yes
sudo ln -s ~/.local/lib/shellspec/shellspec /usr/local/bin/shellspec
- run:
name: Installing test fixture dependencies
working_directory: ./test/fixtures/basic-npm
Expand All @@ -1213,12 +1208,6 @@ jobs:
command: |
sudo ln -s $(realpath << parameters.test_snyk_command >>) /usr/local/bin/snyk
snyk --version
- run:
name: Running ShellSpec tests
working_directory: ./test/smoke
command: |
echo "Checkout the README in test/smoke folder for more details about this step"
shellspec -f d -e REGRESSION_TEST=1 -e PIP_BREAK_SYSTEM_PACKAGES=1
sign:
parameters:
Expand Down

0 comments on commit 0879271

Please sign in to comment.