Skip to content

Commit 7ee4b36

Browse files
committed
MOD: bash_ci.yml
1 parent a1eb831 commit 7ee4b36

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/bash_ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,15 @@ jobs:
1818
- name: Check for basic execution
1919
run: bash splashmark.sh
2020

21-
- name: Unit testing with bash_unit
22-
run: tests/bash_unit tests/test_*
21+
- name: Test basic functioning
22+
run: tests/bash_unit tests/test_basic.sh
23+
24+
- name: Test Image Effects
25+
run: tests/bash_unit tests/test_effects.sh
26+
27+
- name: Test Providers (Unsplash/Pixabay/Replicate)
28+
run: tests/bash_unit tests/test_modes.sh
29+
30+
- name: Test Preset Sizes
31+
run: tests/bash_unit tests/test_sizes.sh
32+

0 commit comments

Comments
 (0)