Skip to content

Commit

Permalink
more sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 21, 2024
1 parent f201d9d commit 063fcbc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/superset-applitool-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
ref: master
- name: Setup Python
uses: ./.github/actions/setup-backend/
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Import test data
with:
run: testdata
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/superset-applitools-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Install eyes-storybook dependencies
run: eyes-storybook-dependencies
- name: Install NPM dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/superset-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
2 changes: 2 additions & 0 deletions .github/workflows/superset-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "16"
- name: Source bashlib.sh
run: source .github/workflows/bashlib.sh
- name: Install dependencies
run: npm-install
- name: lint
Expand Down

0 comments on commit 063fcbc

Please sign in to comment.