Skip to content

Commit

Permalink
bugfix: checkout project before building docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Jul 8, 2023
1 parent d3942ac commit c03f3da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/external-tools-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
name: "External Tools Integration Test"
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
with:
Expand Down

0 comments on commit c03f3da

Please sign in to comment.