Skip to content

Commit

Permalink
GA: Use 'make check-cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jan 9, 2024
1 parent 2605c9e commit 50df7a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
export PATH=$PWD/bats-core-1.10.0/bin:$PATH
export PATH=$PWD/bash:$PATH
bats --version
cd bash/tests/
bats *.bats
cd bash/
make check-cli
4 changes: 2 additions & 2 deletions .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
export PATH=$PWD/bats-core-1.10.0/bin:$PATH
bash --version
bats --version
cd python/tests/
bats *.bats
cd python/
make check-cli
- name: Lint with flake8
if: matrix.config.python == '3.10'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/check-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ jobs:
export PATH=$PWD/bats-core-1.10.0/bin:$PATH
bash --version
bats --version
cd r/tests/
bats *.bats
cd r/
make check-cli
- name: Upload check results
if: failure()
Expand Down

0 comments on commit 50df7a6

Please sign in to comment.