Skip to content

Commit

Permalink
updated tests/lints in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Aug 14, 2024
1 parent e090616 commit 858cc64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ jobs:
- name: Test/Lint RKE2
run: |
cd hauler/rke2
hauler store sync -f rancher-airgap-rke2.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-rke2.yaml
hauler store save -f rke2.tar.zst
hauler store info
ls -lh && rm -rf store rke2.tar.zst
- name: Test/Lint Rancher
run: |
cd hauler/rancher
hauler store sync -f rancher-airgap-rancher.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-rancher.yaml
hauler store save -f rancher.tar.zst
hauler store info
ls -lh && rm -rf store rancher.tar.zst
Expand All @@ -158,47 +158,47 @@ jobs:
run: |
cd hauler/rancher
rm -rf store
hauler store sync -f rancher-airgap-rancher-minimal.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-rancher-minimal.yaml
hauler store save -f rancher-minimal.tar.zst
hauler store info
ls -lh && rm -rf store rancher-minimal.tar.zst
- name: Test/Lint Longhorn
run: |
cd hauler/longhorn
hauler store sync -f rancher-airgap-longhorn.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-longhorn.yaml
hauler store save -f longhorn.tar.zst
hauler store info
ls -lh && rm -rf store longhorn.tar.zst
- name: Test/Lint NeuVector
run: |
cd hauler/neuvector
hauler store sync -f rancher-airgap-neuvector.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-neuvector.yaml
hauler store save -f neuvector.tar.zst
hauler store info
ls -lh && rm -rf store neuvector.tar.zst
- name: Test/Lint Harvester
run: |
cd hauler/harvester
hauler store sync -f rancher-airgap-harvester.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-harvester.yaml
hauler store save -f harvester.tar.zst
hauler store info
ls -lh && rm -rf store harvester.tar.zst
- name: Test/Lint Gitea
run: |
cd hauler/gitea
hauler store sync -f rancher-airgap-gitea.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-gitea.yaml
hauler store save -f gitea.tar.zst
hauler store info
ls -lh && rm -rf store gitea.tar.zst
- name: Test/Lint KubeVip
run: |
cd hauler/kubevip
hauler store sync -f rancher-airgap-kubevip.yaml --platform linux/amd64
hauler store sync -f rancher-airgap-kubevip.yaml
hauler store save -f kubevip.tar.zst
hauler store info
ls -lh && rm -rf store kubevip.tar.zst
Expand Down

0 comments on commit 858cc64

Please sign in to comment.