Skip to content

Commit

Permalink
Remove -x from list-all
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent 61374c8 commit c555ee1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: Remove GHCup
run: ghcup nuke
- name: Check GHCup is not present
run: "! command -v ghcup"
shell: bash
# - name: Run unit tests
# run: ./test/bats/bin/bats -T test
- name: Run integration tests
uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down
1 change: 0 additions & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
set -x

current_script_path=${BASH_SOURCE[0]}
plugin_dir=$(dirname "$(dirname "$current_script_path")")
Expand Down

0 comments on commit c555ee1

Please sign in to comment.