Skip to content

Commit

Permalink
Test All playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jan 6, 2025
1 parent ee5ea89 commit 1234e11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
args:
chdir: "{{ working_path }}"

#- name: Copy test scripts
# copy:
# src: "{{ offline_installation_path }}/{{ offline_installation_script }}"
# dest: "{{ working_path }}/{{ offline_installation_script }}"
# mode: '0744'
- name: Copy test scripts
copy:
src: "{{ offline_installation_path }}/{{ offline_installation_script }}"
dest: "{{ working_path }}/{{ offline_installation_script }}"
mode: '0744'

- name: Test offline installation
command: "bash {{ offline_installation_script }} {{ pkg_mgr_map[ansible_pkg_mgr] }}"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ jobs:
run: |
ls -la ${{ github.workspace }}/.github/actions/offline-installation
- name: Copy test scripts
uses: actions/upload-artifact@v4
with:
name: offline_installation_script.sh
path: ${{ github.workspace }}/.github/actions/offline-installation/offline_installation.sh
if-no-files-found: error
#- name: Copy test scripts
# uses: actions/upload-artifact@v4
# with:
# name: offline_installation_script.sh
# path: ${{ github.workspace }}/.github/actions/offline-installation/offline_installation.sh
# if-no-files-found: error

- name: Execute offline installation playbook
run: |
Expand Down

0 comments on commit 1234e11

Please sign in to comment.