mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-08-06 14:27:28 +02:00
Update gitlab-ee-integration-tests.yml (#523)
This commit is contained in:
parent
6f0826452b
commit
badd0cc928
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Add Go binaries to PATH
|
- name: Add Go binaries to PATH
|
||||||
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: docker-practice/actions-setup-docker@master
|
uses: docker/setup-docker-action@v4
|
||||||
- name: Add hosts to /etc/hosts
|
- name: Add hosts to /etc/hosts
|
||||||
run: |
|
run: |
|
||||||
sudo echo "127.0.0.1 gitlab.example.com" | sudo tee -a /etc/hosts
|
sudo echo "127.0.0.1 gitlab.example.com" | sudo tee -a /etc/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user