We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aac6d commit ec5e95bCopy full SHA for ec5e95b
1 file changed
.github/workflows/tests.yml
@@ -60,17 +60,6 @@ jobs:
60
- name: Update dependencies
61
run: composer update --${{ matrix.dependency-mode }} --ansi
62
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
74
- name: Run SUT tests
75
env:
76
DCG_DRUPAL_VERSION: ${{ matrix.drupal }}
0 commit comments