Skip to content

Commit

Permalink
ci: test again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent a4c9fea commit 16a9a4b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ jobs:
cache: npm
- name: Send to output
id: my_step
# run: |
# echo "::set-output name=name::$(jq -r '.name' package.json)"
# echo "::set-output name=version::$(jq -r '.version' package.json)"
run: |
echo PACKAGE_NAME=$(jq -r '.name' package.json) >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
Expand All @@ -189,12 +186,6 @@ jobs:
fail-fast: false # A failed build will not end the other matrix jobs

steps:
# TEST
- name: Check environment
run: |
echo $PACKAGE_NAME
echo $PACKAGE_VERSION
# Set up runner
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
Expand All @@ -209,6 +200,12 @@ jobs:
with:
python-version: 3.12

# TEST
- name: Check environment
run: |
echo $PACKAGE_NAME
echo $PACKAGE_VERSION
# Install dependencies and set up environment
- name: 🅿️ Install Python tools
run: pip install setuptools
Expand Down

0 comments on commit 16a9a4b

Please sign in to comment.