Skip to content

Commit

Permalink
compare the right files
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 21, 2023
1 parent 0fe52bd commit e4b4fe0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,21 @@ jobs:


# https://github.com/marketplace/actions/smart-diff
- name: Compare the result file
uses: GuillaumeFalourd/diff-action@v1
with:
first_file_path: examples/inc/inc_me_win64.csv
second_file_path: examples/inc/inc.csv
expected_result: PASSED
if: runner.os == 'Windows'

- name: Compare the result file
uses: GuillaumeFalourd/diff-action@v1
with:
first_file_path: examples/inc/inc_me.csv
second_file_path: examples/inc/inc.csv
expected_result: PASSED
if: runner.os == 'Linux'



Expand Down

0 comments on commit e4b4fe0

Please sign in to comment.