Skip to content

Commit

Permalink
Diff manually
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 22, 2024
1 parent 1086e8d commit 988acdb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check_nexus_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
cd pynxtools/definitions
git describe --dirty --tags --long --match "*[0-9]*" | tr -d '\n' | tr -d ' ' > ../nexus-ref.txt
cd ../
- uses: GuillaumeFalourd/diff-action@v1
with:
first_file_path: pynxtools/nexus-version.txt
second_file_path: pynxtools/nexus-ref.txt
expected_result: PASSED
- name: Diff
run: |
diff pynxtools/nexus-version.txt pynxtools/nexus-ref.txt

0 comments on commit 988acdb

Please sign in to comment.