Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Khamdeev authored and Rail Khamdeev committed Oct 28, 2024
1 parent a0005a6 commit 9bdc8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Build the stack PHP-83 and hack with default.conf
run: cp mysql.env.example mysql.env && cp docker/nginx/config/templates/site.test.conf-php-83 docker/nginx/config/default.conf && sed -i 's/server_name site.test/server_name _/g' docker/nginx/config/default.conf && cp templates/docker-compose-php-83.yml docker-compose.yml && make upb

- name: Test
run: sleep 5 && docker ps

- name: Test DB
run: sleep 15 && docker run --network container:docker-compose-php_nginx_1 rhamdeew/telnet db 3306

Expand Down

0 comments on commit 9bdc8e3

Please sign in to comment.