Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yun-Tang Hsu <hsuy@vmware.com>
  • Loading branch information
yuntanghsu committed Oct 7, 2022
1 parent c051c90 commit 1cde3a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kind.yml
Expand Up @@ -91,7 +91,8 @@ jobs:
- name: Free disk space
# https://github.com/actions/virtual-environments/issues/709
run: |
sudo apt-get clean
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:
name: e2e-kind-fa.tar.gz
path: log.tar.gz
retention-days: 30

# test purpose
test-upgrade-from-N-1:
name: Upgrade from Theia version N-1
needs:
Expand All @@ -148,6 +149,8 @@ jobs:
# https://github.com/actions/virtual-environments/issues/709
run: |
sudo apt-get clean
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 1cde3a6

Please sign in to comment.