Skip to content

Commit

Permalink
upgrade assert-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 8, 2024
1 parent 2ff9d4e commit b3df538
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
Expand Down Expand Up @@ -151,7 +148,7 @@ jobs:
run: echo PYTHONHOME=$(python -c "import sys; print(sys.prefix)") >> $env:GITHUB_ENV
- name: Test PYTHONHOME
run: echo READ_PYTHONHOME=$(node -e "console.log(require('pymport').version.pythonHome)") >> $env:GITHUB_ENV
- uses: nick-fields/assert-action@v1.2.0
- uses: nick-fields/assert-action@v2
with:
expected: ${{ env.PYTHONHOME }}
actual: ${{ env.READ_PYTHONHOME }}
Expand Down

0 comments on commit b3df538

Please sign in to comment.