chore: separate out docker setup and check the contents of the nginx sudoers file

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-21 07:24:45 -04:00
parent cda0e4150d
commit ffd8fddff1

View File

@@ -167,11 +167,15 @@ jobs:
- name: ci-setup
run: ./.github/commands/ci-setup
- name: docker-container-setup
run: |
./tests/ci/setup.sh docker
- name: test docker deploys
shell: bash
timeout-minutes: 20
run: |
./tests/ci/setup.sh docker
docker exec dokku bash -c "cat /etc/sudoers.d/dokku-nginx"
DOKKU_SSH_PORT=3022 sudo -E make -e test-ci-docker
go-tests: