Skip to content

Commit d9c2166

Browse files
committed
No need to transform source twice
1 parent fed28bc commit d9c2166

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/compiler-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: "Install dependencies"
3232
run: "composer install --no-interaction --no-progress"
3333

34-
- name: "Transform source code"
35-
run: build/transform-source
36-
3734
- name: "Tests"
3835
run: |
3936
cd compiler && \

.github/workflows/phar.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: "Install compiler dependencies"
3636
run: "composer install --no-interaction --no-progress --working-dir=compiler"
3737

38-
- name: "Transform source code"
39-
run: build/transform-source
40-
4138
- name: "Compile PHAR"
4239
run: php compiler/bin/compile
4340

0 commit comments

Comments
 (0)