We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faac33 commit f308868Copy full SHA for f308868
.github/workflows/tests.yaml
@@ -46,11 +46,5 @@ jobs:
46
- name: "Install dependencies"
47
run: composer install --ansi --no-interaction --no-progress
48
49
- - name: "Build and compile assets"
50
- run: |
51
- php bin/console importmap:install
52
- php bin/console sass:build
53
- php bin/console asset-map:compile
54
-
55
- name: "Run tests"
56
run: vendor/bin/phpunit
0 commit comments