Skip to content

Commit

Permalink
ci: Test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 1b6b0ae commit d438d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- run: echo "name=$(cat package.json | jq -r '.name')"
- run: echo "version=$(cat package.json | jq -r '.version')"
- run: echo "${{steps.test.outputs.name}}-${{ steps.test.outputs.version }}"
- run: ${{steps.test.outputs}}

# TEMP - CHECK CORRECT PATHS
- name: Echo Paths
Expand Down

0 comments on commit d438d86

Please sign in to comment.