Skip to content

Commit

Permalink
feat(gha): check that docker-compose up superset-init runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 10, 2024
1 parent 852e9ae commit 7f19079
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ jobs:
--context "$EVENT" \
--context-ref "$RELEASE" $FORCE_LATEST \
$PLATFORM_ARG
- name: docker-compose sanity check
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
shell: bash
run: |
docker-compose up superset-init

0 comments on commit 7f19079

Please sign in to comment.