Integration Tests: Run apt update before installing Apache
This commit is contained in:
parent
8522226367
commit
07a0042520
|
|
@ -41,6 +41,8 @@ jobs:
|
|||
run: composer validate
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
- name: Refresh APT index
|
||||
run: sudo apt update
|
||||
- name: Install Apache PHP module
|
||||
run: sudo apt install -y libapache2-mod-php
|
||||
- name: Start Apache
|
||||
|
|
|
|||
Loading…
Reference in New Issue