Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Oct 26, 2023
1 parent efdac11 commit d9db7f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_rsync_test_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ jobs:

- name: Mamba info
if: steps.configure-py.outcome == 'failure'
run: mamba info
run: |
mamba activate test
mamba info
- name: Unit Tests
working-directory: rose
run: |
if ${{ steps.configure-py.outcome == 'failure' }}; then
mamba activate test
fi
prove -vv t/rose-loc-handlers/test_rsync_loc_handlers.t

0 comments on commit d9db7f7

Please sign in to comment.