Skip to content

Commit 1f8f3b5

Browse files
committed
Merge unit and functional tests
1 parent 1815e00 commit 1f8f3b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,5 @@ jobs:
4646
timeout_minutes: 5
4747
max_attempts: 5
4848
command: composer update --${{ matrix.stability }} --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
49-
- name: Execute Unit Tests
50-
run: composer test:unit
51-
- name: Execute Functional Tests
52-
run: composer test:functional
49+
- name: Execute Tests
50+
run: composer test

0 commit comments

Comments
 (0)