Skip to content

Remove debugger tools from CI #873

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

Merged
merged 1 commit into from
May 10, 2023
Merged
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
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jobs:
run: ghcup install cabal recommended
- name: Install GHC
run: ghcup install ghc ${{matrix.ghc}}
- name: 'Install `tree` for MacOs'
run: |
brew update
brew install tree
if: runner.os == 'macOS'
- name: 'Install `tree` for Windows'
run: |
choco install tree
if: runner.os == 'Windows'
# Pre-fetch HLS binaries before the tests because otherwise
# we run into timeouts. Downloading takes longer, since we download
# per HLS version one HLS binary per GHC version.
Expand Down Expand Up @@ -77,7 +68,6 @@ jobs:
# This is a poor man's workaround that after test execution,
# the test-workspace still contains binaries and caches.
run: |
tree -a test-workspace/
rm -rf test-workspace/
shell: bash
- name: Package tested extension
Expand Down