Skip to content

Commit

Permalink
clean after build also
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 23, 2024
1 parent 597e7a1 commit b4580ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt update
sudo apt install --yes openssh-server=1:8.9p1-3ubuntu0.7
sudo apt install --yes tree
rm -rf /opt/hostedtoolcache/CodeQL /opt/hostedtoolcache/node /opt/az /opt/microsoft /usr/share/swift
rm -rf /opt/hostedtoolcache/CodeQL /opt/hostedtoolcache/go /opt/hostedtoolcache/node /opt/hostedtoolcache/Ruby /opt/actionarchivecache
sudo service ssh start
- name: Initialize Terraform infrastructure
Expand Down
2 changes: 2 additions & 0 deletions tests/testsuite/roles/testing/tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
ssh root@node-3 "docker system prune -a --volumes --force"
ssh root@node-4 "docker system prune -a --volumes --force"
start_superset
docker system prune -a --volumes --force
ssh root@node-4 "docker system prune -a --volumes --force"
args:
executable: /bin/bash

0 comments on commit b4580ff

Please sign in to comment.