Skip to content

Commit 0547ddb

Browse files
committed
Need node even for python tests
1 parent d57aba9 commit 0547ddb

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/actions/acceptance-tests-component/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ runs:
3030
run: |
3131
echo "nodejs_version=$(grep "^nodejs\s" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
3232
33-
- name: Repo setup
34-
uses: ./.github/actions/node-install
35-
with:
36-
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
37-
3833
- name: Run test - ${{ inputs.testType }}
3934
shell: bash
4035
env:

.github/actions/acceptance-tests/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ runs:
2424

2525
steps:
2626

27+
- name: Repo setup
28+
uses: ./.github/actions/node-install
29+
with:
30+
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
2731
- name: Run component tests
2832
if: ${{ inputs.testType != 'e2e' }}
2933
uses: ./.github/actions/acceptance-tests-component

0 commit comments

Comments
 (0)