Skip to content

Commit 1d6f4dd

Browse files
committed
deps: upgrade bashunit:0.18.0 for e2e tests
1 parent ac1f539 commit 1d6f4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
run: "composer install --no-interaction --no-progress"
356356

357357
- name: "Install bashunit"
358-
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.17.0"
358+
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.18.0"
359359

360360
- name: "Test"
361361
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)