Skip to content

Commit

Permalink
[ci] ping ldap server inside container before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 1, 2023
1 parent 1cdba76 commit b1e4502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ jobs:
run: docker-compose -f docker-compose.test.yml up test-app
- name: Run webpack
run: docker-compose -f docker-compose.test.yml run --rm test-app webpack --mode production
- name: ping ldap server
run: >
docker-compose -f docker-compose.test.yml run --rm test-app shell
ping -c 1 ldap
- name: Run tests
run: >
docker-compose -f docker-compose.test.yml run --rm test-app
Expand Down

0 comments on commit b1e4502

Please sign in to comment.