mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Fix test
This commit is contained in:
parent
72e0c52ff0
commit
8bf5af5f55
2 changed files with 4 additions and 3 deletions
|
|
@ -16,9 +16,9 @@ commandTests:
|
||||||
pidof php-fpm
|
pidof php-fpm
|
||||||
ls -al /var/lib/snappymail/_data_/_default_/configs/application.ini
|
ls -al /var/lib/snappymail/_data_/_default_/configs/application.ini
|
||||||
ls -al /var/lib/snappymail/_data_/_default_/admin_password.txt
|
ls -al /var/lib/snappymail/_data_/_default_/admin_password.txt
|
||||||
nc -vz localhost 8888
|
nc -vz 127.0.0.1 8888
|
||||||
nc -vz localhost 9000
|
nc -vz 127.0.0.1 9000
|
||||||
wget -S -T 3 -O /dev/null http://localhost:8888
|
wget -S -T 3 -O /dev/null http://127.0.0.1:8888
|
||||||
kill `pidof supervisord`
|
kill `pidof supervisord`
|
||||||
metadataTest:
|
metadataTest:
|
||||||
exposedPorts: ["8888", "9000"]
|
exposedPorts: ["8888", "9000"]
|
||||||
|
|
|
||||||
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -68,6 +68,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
|
if: startsWith(github.ref, 'refs/tags/') # Login only on tags
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue