Skip to content

Commit ec5e95b

Browse files
committed
for now concentrate on webdriver tests
1 parent 56aac6d commit ec5e95b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ jobs:
6060
- name: Update dependencies
6161
run: composer update --${{ matrix.dependency-mode }} --ansi
6262

63-
- name: Run lint
64-
run: ./scripts/lint.sh
65-
66-
- name: Run unit tests
67-
run: ./scripts/unit-tests.sh
68-
69-
- name: Run functional tests
70-
env:
71-
DCG_DRUPAL_VERSION: ${{ matrix.drupal }}
72-
run: ./scripts/functional-tests.sh
73-
7463
- name: Run SUT tests
7564
env:
7665
DCG_DRUPAL_VERSION: ${{ matrix.drupal }}

0 commit comments

Comments
 (0)