Skip to content

Commit

Permalink
sourcing bashlib explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 21, 2024
1 parent 5c5dc0e commit f201d9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
ref: "refs/pull/${{ github.event.number }}/merge"
persist-credentials: false
submodules: recursive
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Check if python or frontend changes are present
id: check
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Check npm lock file version
run: ./scripts/ci_check_npm_lock_version.sh ./superset-frontend/package-lock.json
- name: Check if frontend changes are present
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/superset-python-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Check if python changes are present
id: check
env:
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Check if python changes are present
id: check
env:
Expand Down

0 comments on commit f201d9d

Please sign in to comment.