Skip to content

Commit

Permalink
Merge pull request #7634 from ricekot/docker/fix-integration-tests
Browse files Browse the repository at this point in the history
Fix docker integrations tests workflow
  • Loading branch information
thc202 committed Dec 2, 2022
2 parents cf97ca4 + 99bbe1c commit aaa05f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-integration-tests.yml
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit aaa05f2

Please sign in to comment.