Skip to content

Commit

Permalink
ci: fix broken test skips (#17005)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e980b6)
  • Loading branch information
villebro authored and eschutho committed Nov 22, 2021
1 parent 7db1caa commit c4b57e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
continue-on-error: true
run: ./scripts/ci_check_no_file_changes.sh frontend
- name: Setup Node.js
if: steps.check.outcome == 'failure'
uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/superset-python-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
continue-on-error: true
run: ./scripts/ci_check_no_file_changes.sh python
- name: Setup Python
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c4b57e6

Please sign in to comment.