Skip to content

Commit

Permalink
[CI] Fix reference to matrix context
Browse files Browse the repository at this point in the history
  • Loading branch information
sfgeorge committed Mar 21, 2022
1 parent dbecee7 commit 1ad2a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Launch containers
run: docker-compose up -d
- name: Run Ansible on all containers
run: ansible-playbook $playbook
run: ansible-playbook ${{ matrix.playbook }}
- name: Shut down containers
run: docker-compose down

0 comments on commit 1ad2a7c

Please sign in to comment.