Skip to content

Commit

Permalink
ci: Test windows with bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Dec 6, 2023
1 parent 3931487 commit b57f769
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ jobs:
# TEMP: Test Windows
- name: Get package name and version
id: test
shell: bash
run: |
echo "name=$(cat package.json | jq -r '.name')" >> $GITHUB_OUTPUT
echo "version=$(cat package.json | jq -r '.version')" >> $GITHUB_OUTPUT
# - 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: echo ${{steps.test.outputs}} | jq -R
- run: echo "${{steps.test.outputs.name}}-${{ steps.test.outputs.version }}"
shell: bash

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

0 comments on commit b57f769

Please sign in to comment.