fix: add various recent issues on master CI (#31561)

This commit is contained in:
Maxime Beauchemin
2024-12-18 21:03:01 -08:00
committed by GitHub
parent e51b95ffa8
commit 723ef591a5
5 changed files with 9 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ permissions:
jobs:
dependency-review:
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
steps:
- name: "Checkout Repository"
@@ -53,10 +54,12 @@ jobs:
- name: Setup Python
uses: ./.github/actions/setup-backend/
with:
requirements-type: base
- name: "Set up liccheck"
run: |
pip install liccheck
uv pip install --system liccheck
- name: "Run liccheck"
run: |
# run the checks

View File

@@ -76,6 +76,7 @@ jobs:
fi
supersetbot docker \
--push \
--preset ${{ matrix.build_preset }} \
--context "$EVENT" \
--context-ref "$RELEASE" $FORCE_LATEST \

View File

@@ -158,6 +158,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
supersetbot docker \
--push \
--load \
--preset ci \
--platform linux/amd64 \
--context-ref "$RELEASE" \

View File

@@ -87,6 +87,7 @@ jobs:
fi
supersetbot docker \
--push \
--preset ${{ matrix.build_preset }} \
--context "$EVENT" \
--context-ref "$RELEASE" $FORCE_LATEST \