Skip to content

Commit af81986

Browse files
Update tests.yml
1 parent 75899d1 commit af81986

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
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v2
1919

20+
- name: Docker Setup Buildx
21+
uses: docker/[email protected]
22+
2023
- name: Before Install
2124
run: |
2225
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then

0 commit comments

Comments
 (0)