Skip to content

Commit

Permalink
update del tools
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtatsuki05 committed Oct 13, 2024
1 parent bfe2259 commit a9ad000
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
sudo rm -rf "/usr/local/bin/phpunit" || true
sudo rm -rf "/usr/local/bin/packer" || true
sudo rm -rf "/usr/local/bin/bicep" || true
sudo rm -rf "/usr/local/bin/docker-compose" || true
sudo rm -rf "/home/.dotnet/tools" || true
sudo rm -rf "/etc/skel/.dotnet/tools" || true
sudo rm -rf "/usr/local/bin/minikube" || true
Expand Down Expand Up @@ -111,8 +110,6 @@ jobs:
sudo rm -rf "/usr/local/share/powershell" || true
sudo rm -rf "/usr/local/share/doc" || true
sudo rm -rf "/home/perflog" || true
sudo rm -rf "/usr/libexec/docker/cli-plugins" || true
sudo rm -rf "/usr/bin/docker-credential-ecr-login" || true
sudo rm -rf "/usr/local/lib/lein" || true
sudo docker image prune --all --force
sudo npm uninstall bazel || true
Expand Down Expand Up @@ -217,7 +214,7 @@ jobs:
- name: Setup docker
shell: bash
run: |
docker compose build
docker compose build --progress=plain
docker compose up -d
- name: Test
run: docker compose exec python-cpu uv run tox

0 comments on commit a9ad000

Please sign in to comment.