Skip to content

Commit

Permalink
Make sure to copy config file for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 28, 2024
1 parent db3b2e3 commit 03f79f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up files for the test.
run: cp example.hosts.ini hosts.ini
run: |
cp example.hosts.ini hosts.ini
cp example.config.yml config.yml
- name: Check the syntax of the HPL benchmark playbook.
run: ansible-playbook main.yml --syntax-check
Expand Down

0 comments on commit 03f79f6

Please sign in to comment.