Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 73ef251

Browse files
Update workflow groups
1 parent f2bac89 commit 73ef251

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/cucumber-tests.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,12 @@ jobs:
3131
if [ -n "$dirs" ]; then
3232
bundle exec cucumber --strict HEADLESS=true HOST=localhost $dirs
3333
fi
34-
cucumber_t_x:
35-
name: Run Tests Group T - X
34+
cucumber_t_z:
35+
name: Run Tests Group T - Z
3636
uses: './.github/workflows/cucumber-tests-job.yml'
3737
with:
3838
run-cmd: |
39-
dirs=$(find ./staff_features -maxdepth 1 -type d -iname '[t-x]*' | tr '\n' ' ')
40-
if [ -n "$dirs" ]; then
41-
bundle exec cucumber --strict HEADLESS=true HOST=localhost $dirs
42-
fi
43-
cucumber_y_z:
44-
name: Run Tests Group T - X
45-
uses: './.github/workflows/cucumber-tests-job.yml'
46-
with:
47-
run-cmd: |
48-
dirs=$(find ./staff_features -maxdepth 1 -type d -iname '[y-z]*' | tr '\n' ' ')
39+
dirs=$(find ./staff_features -maxdepth 1 -type d -iname '[t-z]*' | tr '\n' ' ')
4940
if [ -n "$dirs" ]; then
5041
bundle exec cucumber --strict HEADLESS=true HOST=localhost $dirs
5142
fi

0 commit comments

Comments
 (0)