Skip to content

Commit

Permalink
add node to the get test infos
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 20, 2024
1 parent 18a3a59 commit 07cb7ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ jobs:
EXCLUDE_DIRS=$(echo $EXCLUDE_DIRS | xargs)
echo "exclude-dirs=$EXCLUDE_DIRS" >> $GITHUB_OUTPUT
- id: get-node-version
uses: ./.github/actions/get_node_version

- name: Get test infos
id: get-test-infos
uses: ./.github/actions/get_test_infos
with:
node-version: ${{ env.NODE_VERSION }}
node-version: ${{ steps.get-node-version.outputs.node-version }}
directories: |
./examples
exclude-dirs: ${{ steps.set-exclude-dirs.outputs.exclude-dirs }}
Expand Down

0 comments on commit 07cb7ec

Please sign in to comment.