Skip to content

Commit

Permalink
fixup: fix artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed May 19, 2023
1 parent 44e81eb commit af66fc9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/multihost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Log scenario configuration
run: ansible -i inventory --ssh-extra-args "-F vagrant-ssh" -m debug -a var=hostvars localhost | tee 'scenario.log'

# Here is where you add tests...
- name: Test IPA server deploy
run: ansible-playbook -i inventory --ssh-extra-args "-F vagrant-ssh" playbooks/install-server.yml
Expand Down Expand Up @@ -85,16 +85,15 @@ jobs:
- name: Save artifacts
if: failure()
# if: github.event.state == 'error' || github.event.state == 'failure'
uses: actions/upload-artifact@v3
with:
name: test-results
# path: multihost-logs.tar.gz
path: |
logs/
inventory/
vagrant-ssh
scenario.log
tests/multihost/inventory/
tests/multihost/vagrant-ssh
tests/multihost/scenario.log
if-no-files-found: "ignore"

# Cleanup
Expand Down

0 comments on commit af66fc9

Please sign in to comment.