fix: add setup_docker job

This commit is contained in:
Boris Arzentar 2024-08-06 15:41:51 +02:00
parent acf41ff644
commit 3f35a45a47

View file

@ -20,13 +20,16 @@ jobs:
setup_docker:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
run_neo4j_integration_test:
name: test
needs: get_docs_changes
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
runs-on: macos-latest
runs-on: ubuntu-latest
defaults:
run: