Skip to content

Commit

Permalink
test more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jun 28, 2024
1 parent 08a30bd commit df09cc4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
sudo ./INSTALL
printf '\n'
echo "Installed version: $(am version)"
printf '\n\tRunning tests...\n'
.github/workflows/test.sh
printf '\n\tTest finished succesfully\n'
$(printf '\n\tRunning test 1\n' && .github/workflows/test.sh && printf '\n\tTest 1 finished\n') &
$(printf '\n\tRunning test 2\n' && .github/workflows/test.sh && printf '\n\tTest 2 finished\n') &
$(printf '\n\tRunning test 3\n' && .github/workflows/test.sh && printf '\n\tTest 3 finished\n') &
$(printf '\n\tRunning test 4\n' && .github/workflows/test.sh && printf '\n\tTest 4 finished\n') &
$(printf '\n\tRunning test 5\n' && .github/workflows/test.sh && printf '\n\tTest 5 finished\n') &
$(printf '\n\tRunning test 6\n' && .github/workflows/test.sh && printf '\n\tTest 6 finished\n')
# t:
# name: t
Expand Down

0 comments on commit df09cc4

Please sign in to comment.