mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-24 06:30:20 +01:00
CI
This commit is contained in:
parent
1e44962713
commit
63605a3836
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
sudo find / -name php\.ini
|
||||
sudo sed -i 's,^post_max_size =.*$,post_max_size = 32M,' /etc/php/7.4/cgi/php.ini
|
||||
sudo sed -i 's,^upload_max_filesize =.*$,upload_max_filesize = 32M,' /etc/php/7.4/cgi/php.ini
|
||||
sudo a2enmod php7.4
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
Loading…
Reference in New Issue
Block a user