Skip to content

Commit

Permalink
remove superfluous -r option
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Dec 3, 2020
1 parent eabe207 commit 85399c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: bats tests for 2nd app
run: |
export MAGENTO_CLOUD_REF_TO_TEST=pmet-2.4.0-ref
./tests/libs/bats/bin/bats -T -r ./tests/3-dockerize-then-run-magento-app/**/*.bats
./tests/libs/bats/bin/bats -T ./tests/3-dockerize-then-run-magento-app/**/*.bats
- name: keep alive to debug
if: ${{ failure() }}
uses: PMET-public/action-tmate@master
Expand All @@ -85,7 +85,7 @@ jobs:
submodules: 'true'
- name: bats tests
run: |
./tests/libs/bats/bin/bats -T -r ./tests/1-generic-lib-and-non-app-specific/**/*.bats
./tests/libs/bats/bin/bats -T ./tests/1-generic-lib-and-non-app-specific/**/*.bats
- name: keep alive to debug
if: ${{ failure() }}
uses: PMET-public/action-tmate@master

0 comments on commit 85399c3

Please sign in to comment.