Skip to content

Commit b07df8c

Browse files
Update tests.yml
1 parent 61f7290 commit b07df8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ jobs:
5656

5757
steps:
5858
- name: Checkout code
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
60+
61+
- name: Install Git
62+
run: |
63+
apt-get update
64+
apt-get install -y git
6065
6166
- name: Install composer
6267
run: |

0 commit comments

Comments
 (0)