Skip to content

Commit

Permalink
Merge remote-tracking branch 'altinity/0.24.0' into 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Oct 10, 2024
2 parents 8287079 + 10d3bd4 commit e09da9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
id: run-tests
continue-on-error: true
run: |
echo "Test run settings:"
echo " test mode: ${{ github.event.inputs.test_mode }}"
echo " test mask: ${{ github.event.inputs.test_mask }}"
echo
source ~/venv/qa/bin/activate
set -x
set +e # disable the "exit on failure"
Expand Down

0 comments on commit e09da9c

Please sign in to comment.