Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Feb 3, 2024
1 parent d403c93 commit a1ee3e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ tasks:

nightly:
cmds:
- gh run list --workflow=nightly-oss.yml
- gh workflow run nightly-oss.yml
- gh run list --workflow=nightly.yml
- gh workflow run nightly.yml
- sleep 30
- gh run watch
9 changes: 9 additions & 0 deletions script/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

set -o pipefail && TEST_OPTIONS="-json" task test | tee output.json | tparse -follow
success=$?

set -e
NO_COLOR=1 tparse -format markdown -slow 10 -file output.json >"$GITHUB_STEP_SUMMARY"

exit $success

0 comments on commit a1ee3e7

Please sign in to comment.