Skip to content

Commit dca6304

Browse files
committed
Maybe fix the test
1 parent ae42a50 commit dca6304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32+
- name: Setup SSH
33+
run: ssh-keyscan -t rsa git.drupal.org >> ~/.ssh/known_hosts
34+
3235
- uses: ddev/github-action-add-on-test@v1
3336
with:
3437
ddev_version: ${{ matrix.ddev_version }}

0 commit comments

Comments
 (0)