Skip to content

Commit 5063f70

Browse files
authored
Update playwright tests bot (#51)
1 parent a1082c6 commit 5063f70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

22+
- name: Install hub
23+
run: sudo apt-get update && sudo apt-get install -y hub
24+
2225
- name: Configure git to use https
2326
run: git config --global hub.protocol https
2427

0 commit comments

Comments
 (0)