Skip to content

Commit

Permalink
#193 Testeset
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 23, 2023
1 parent 54dfe15 commit 3b6fca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
#Diff Check between the modified files
- name: DiffCheck
run: |
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --base Base.eapx --theirs A.eapx --mine B.eapx --sfs log.ltsfs
$output = &'${{steps.GetLTA.outputs.LemonTreeAutomationExecutable}}' diff --theirs A.eapx --mine B.eapx --sfs log.ltsfs
echo $output >> $env:GITHUB_OUTPUT
#Archive Session Files
- name: Archive Session Files
Expand Down

0 comments on commit 3b6fca6

Please sign in to comment.