Update gitlab-ee-integration-tests.yml (#523)

This commit is contained in:
gabrie30 2025-05-10 22:49:05 -07:00 committed by GitHub
parent 6f0826452b
commit badd0cc928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
- name: Add Go binaries to PATH
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
uses: docker/setup-docker-action@v4
- name: Add hosts to /etc/hosts
run: |
sudo echo "127.0.0.1 gitlab.example.com" | sudo tee -a /etc/hosts