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 fed28bc commit d9c2166Copy full SHA for d9c2166
.github/workflows/compiler-tests.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: "Install dependencies"
32
run: "composer install --no-interaction --no-progress"
33
34
- - name: "Transform source code"
35
- run: build/transform-source
36
-
37
- name: "Tests"
38
run: |
39
cd compiler && \
.github/workflows/phar.yml
@@ -35,9 +35,6 @@ jobs:
- name: "Install compiler dependencies"
run: "composer install --no-interaction --no-progress --working-dir=compiler"
40
41
- name: "Compile PHAR"
42
run: php compiler/bin/compile
43
0 commit comments