Skip to content

Commit 22dc0c1

Browse files
authored
Merge pull request #46 from wayofdev/feat/new-ci-workflows
2 parents 952d1df + fc6cca0 commit 22dc0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
- name: 📦 Check out the codebase
4444
uses: actions/checkout@v4
4545

46-
- name: 🤖 Generate dist files
47-
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
48-
4946
- name: 💻 Set up Ansible for MacOS
5047
if: ${{ matrix.builder.os == 'macos-latest' }}
5148
run: |
5249
sudo pip3 install --upgrade pip
5350
sudo pip3 install ansible
5451
52+
- name: 🤖 Generate dist files
53+
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
54+
5555
- name: 💻 Set up Docker for MacOS
5656
if: ${{ matrix.builder.os == 'macos-latest' }}
5757
uses: docker-practice/actions-setup-docker@master

0 commit comments

Comments
 (0)