Skip to content

Commit

Permalink
Display information on test run
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Sep 7, 2024
1 parent bf5aca5 commit a22abe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,21 @@ jobs:
for i in {1..3}; do
./mud.sh add label_$i repo_$i
done
./mud.sh lb
- name: Test remove label
run: |
for i in {1..3}; do
./mud.sh remove label_$i
done
./mud.sh lb
- name: Add all repositories with labels
run: |
rm .mudconfig
./mud.sh init
for i in {1..3}; do
./mud.sh add label_$i repo_$i
done
./mud.sh lb
- name: Test default commands
run: |
echo "mud labels"
Expand Down

0 comments on commit a22abe8

Please sign in to comment.