Integration Tests: Run apt update before installing Apache
This commit is contained in:
committed by
Frédéric Guillot
parent
8522226367
commit
07a0042520
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user