Skip to content

Commit 3e76f17

Browse files
committed
fix .github/workflows, no need for a docker proxy
1 parent 442fcf6 commit 3e76f17

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/photon-os-installer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
POI_IMAGE_NAME=photon/installer:${{ github.sha }}
1818
cd docker
19-
docker build -t $POI_IMAGE_NAME --build-arg DOCKER_PROXY=dockerhub.artifactory.eng.vmware.com/ --build-context poi-helper=$(realpath $(pwd)/..) .
19+
docker build -t $POI_IMAGE_NAME --build-context poi-helper=$(realpath $(pwd)/..) .
2020
docker system prune -f
2121
2222
test:
@@ -37,6 +37,9 @@ jobs:
3737
python -m pip install --upgrade pip
3838
pip install -r requirements.txt # Ensure this file lists the necessary dependencies
3939
40+
- name: install pytest
41+
run: pip install pytest
42+
4043
- name: Run Pytest
4144
run: |
4245
pytest -x tests/poi-container-test.py

0 commit comments

Comments
 (0)