mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Add a test for PMA_HOST
This commit is contained in:
@@ -16,7 +16,11 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build images
|
||||
run: docker-compose -f docker-compose.testing.yml build
|
||||
- name: Run tests
|
||||
- name: Run normal tests
|
||||
run: docker-compose -f docker-compose.testing.yml up --build --abort-on-container-exit --exit-code-from=sut
|
||||
env:
|
||||
DB: ${{ matrix.database-image }}
|
||||
- name: Run one host tests
|
||||
run: docker-compose -f docker-compose.testing-one-host.yml up --build --abort-on-container-exit --exit-code-from=sut
|
||||
env:
|
||||
DB: ${{ matrix.database-image }}
|
||||
Reference in New Issue
Block a user