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 e476179 commit 5de1120
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/ex.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
bash-example:
runs-on: ubuntu-latest
steps:
- name: Group of log lines
run: |
echo "::group::My title"
echo "Inside group"
echo "::endgroup::"
name: Example

on:
push:
branches: [develop]
pull_request:
workflow_dispatch:

jobs:
bash-example:
runs-on: ubuntu-latest
steps:
- name: Group of log lines
run: |
echo "::group::My title"
echo "::group::My title2"
echo "Inside group"
echo "Inside group"
echo "::endgroup::"
echo "::endgroup::"
3 changes: 0 additions & 3 deletions tests/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ 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 5de1120

Please sign in to comment.