Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
N3cr0s1s committed Dec 5, 2024
1 parent 5ea8fc2 commit 2cebc98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
# Run Docker Compose
- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip3 install docker-compose
unset DOCKER_TLS_VERIFY
unset DOCKER_CERT_PATH
unset DOCKER_TLS_CONTEXT
docker-compose -f ./test/docker-compose.yml up --build --abort-on-container-exit
docker compose -f ./test/docker-compose.yml up --build --abort-on-container-exit
# Check test results
- name: Check test results
Expand Down

0 comments on commit 2cebc98

Please sign in to comment.