Skip to content

Commit c92a6ef

Browse files
committed
Added workflow
1 parent 199b74c commit c92a6ef

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/push-main.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545

4646
- name: " -- Install xvfb, libfontconfig and wkhtmltopdf"
4747
run: sudo apt-get install xvfb libfontconfig wkhtmltopdf
48-
- name: " -- Install libemail"
49-
run: |
50-
sudo apt-get install libemail-outlook-message-perl
51-
which msgconvert
5248

5349
- name: " -- Create required directories"
5450
run: |
@@ -73,11 +69,11 @@ jobs:
7369
restore-keys: |
7470
${{ runner.os }}-composer-vendors-
7571
76-
- name: " -- Install composer dependencies"
77-
run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar install
78-
79-
- name: " -- Regenarate class mapping"
80-
run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar dump-autoload --optimize --classmap-authoritative
72+
# - name: " -- Install composer dependencies"
73+
# run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar install
74+
#
75+
# - name: " -- Regenarate class mapping"
76+
# run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar dump-autoload --optimize --classmap-authoritative
8177

8278

8379
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)