-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(main): add e2e test and controller test
Signed-off-by: cuisongliu <[email protected]>
- Loading branch information
1 parent
436d0c1
commit f6b9244
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,9 @@ jobs: | |
- name: Verify sealos | ||
run: | | ||
wget https://github.com/labring/sealos/releases/download/v5.0.0/sealos_5.0.0_linux_amd64.tar.gz | ||
tar -zxvf sealos_5.0.0_linux_amd64.tar.gz /tmp/sealos | ||
sudo chmod a+x /tmp/sealos | ||
sudo mv /tmp/sealos /usr/bin/ | ||
tar -zxvf sealos_5.0.0_linux_amd64.tar.gz sealos | ||
sudo chmod a+x sealos | ||
sudo mv sealos /usr/bin/ | ||
sudo sealos version | ||
- name: Remove containerd && docker | ||
uses: labring/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters