Skip to content

Commit

Permalink
chore(ci): use chmod num (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft authored Apr 27, 2024
1 parent bc86b6d commit e9fac5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install current Bash on macOS
if: runner.os == 'macOS'
run: brew install bash curl
run: brew install bash wget

- name: Test
shell: bash
Expand All @@ -54,7 +54,7 @@ jobs:
GITHUB_TOKEN: "ACTUAL_YOUR_TOKEN"
run: |
wget https://raw.githubusercontent.com/pgrange/bash_unit/master/bash_unit --continue --debug
sudo chmod u+x ./bash_unit
chmod 755 ./bash_unit
FORCE_COLOR=true bash -eu ./bash_unit tests/**/*.test.sh
coverage:
runs-on: ubuntu-22.04
Expand All @@ -80,7 +80,7 @@ jobs:
GITHUB_TOKEN: "ACTUAL_YOUR_TOKEN"
run: |
wget https://raw.githubusercontent.com/pgrange/bash_unit/master/bash_unit --continue --debug
sudo chmod u+x ./bash_unit
chmod 755 ./bash_unit
bundle exec bashcov ./bash_unit tests/**/*.test.sh
- name: Coveralls
Expand Down

0 comments on commit e9fac5b

Please sign in to comment.