feat: use the local supersetbot (#27615)

This commit is contained in:
Maxime Beauchemin
2024-03-25 08:58:22 -07:00
committed by GitHub
parent d87422527b
commit 33c2d98e66
5 changed files with 35 additions and 6 deletions

View File

@@ -56,15 +56,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: install supersetbot
run: |
npm install -g supersetbot
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup supersetbot
uses: ./.github/actions/setup-supersetbot/
- name: Build Docker Image
shell: bash
run: |