Skip to content

Commit

Permalink
Fix githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 20, 2024
1 parent 8b598a0 commit f1d770e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: salt-common
version: 1.0
# - uses: awalsh128/cache-apt-pkgs-action@latest
# with:
# packages: salt-common
# version: 1.0
# execute_install_scripts: true
- name: Install Salt using bootstrap
run: |
curl -fsSL https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh -o install_salt.sh
sudo sh install_salt.sh -P -x python3
- name: Validate server states
if: always()
run: bash .github/workflows/ci-validation/salt-server-validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ publish_private_ssl_key: true
testsuite: true
container_repository: containers.example.com
container_runtime: podman
provision: true
EOF

cat > testconfig/minion <<EOF
Expand Down

0 comments on commit f1d770e

Please sign in to comment.