Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 1, 2024
1 parent 7ebc37e commit 724fd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ jobs:
- name: Run test packages
run: |
set -o errexit -o pipefail -o noclobber -o nounset
ls -l
ls -l -R
chmod +x *-package
for TP in *-package; do "./$TP help"; done
for TP in *-package; do "$TP/$TP help"; done
# ----- Release -----

Expand Down

0 comments on commit 724fd35

Please sign in to comment.