explicitly set config file

pull/3054/head
Patrick Burns 2024-04-04 14:10:08 -05:00
rodzic 5247a2f454
commit 084df5d262
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -14,12 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
extensions: mbstring, mysql
coverage: xdebug
- name: Build and run Docker image
run: |
docker build -t cloudlog .
docker run -d -p 80:80 cloudlog
- name: Start Apache
run: sudo service apache2 start
- name: Run Cypress tests