Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Jul 5, 2023
1 parent 6240b70 commit e476179
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bash-example:
runs-on: ubuntu-latest
steps:
- name: Group of log lines
run: |
echo "::group::My title"
echo "Inside group"
echo "::endgroup::"
3 changes: 3 additions & 0 deletions tests/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ for file in ./test_*.py; do
fi
fi
done
echo "::group::My title"
echo "Inside group"
echo "::endgroup::"

if [ ${#failed_tests[@]} -ne 0 ]; then
echo "failed tests file:"
Expand Down

0 comments on commit e476179

Please sign in to comment.