Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 13, 2024
1 parent ee1a0f6 commit 3b8d650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
cd frogtests
frog_bin=/usr/local/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ./testaction.sh
TEST_STAT=$(cat status.tmp)
echo "action_status=$TEST_STAT errors" >> $GITHUB_ENV
echo "action_status=frogtests" >> $GITHUB_ENV
echo "action_details=$TEST_STAT errors" >> $GITHUB_ENV
continue-on-error: true

- name: Notify IRC of end result
Expand Down

0 comments on commit 3b8d650

Please sign in to comment.