We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57aba9 commit 0547ddbCopy full SHA for 0547ddb
2 files changed
.github/actions/acceptance-tests-component/action.yml
@@ -30,11 +30,6 @@ runs:
30
run: |
31
echo "nodejs_version=$(grep "^nodejs\s" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
32
33
- - name: Repo setup
34
- uses: ./.github/actions/node-install
35
- with:
36
- GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
37
-
38
- name: Run test - ${{ inputs.testType }}
39
shell: bash
40
env:
.github/actions/acceptance-tests/action.yml
@@ -24,6 +24,10 @@ runs:
24
25
steps:
26
27
+ - name: Repo setup
28
+ uses: ./.github/actions/node-install
29
+ with:
+ GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
- name: Run component tests
if: ${{ inputs.testType != 'e2e' }}
uses: ./.github/actions/acceptance-tests-component
0 commit comments