Skip to content

Commit

Permalink
Test diff
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 21, 2023
1 parent 385c012 commit bf79340
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ jobs:
shell: pwsh
runs-on: windows-latest
timeout-minutes: 15
steps:
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
with:
lfs: true
fetch-depth: 0
#Install LieberLieber LemonTree.Automation on the Action-Runner and prepare the license
#the secrets.LTALICENSE contains the text from the License File provided
- name: GetLTA
uses: LieberLieber/setup-LemonTree.Automation@v1
id: GetLTA
with:
License: ${{secrets.LTALICENSE}}
#Diff Check between the modified files
- name: DiffCheck
run: C:\"Program Files"\LieberLieber\LemonTree.Automation\LemonTree.Automation.exe diff --base base.eapx --mine B.eapx --theirs A.eapx [--sfs]
echo Exitcode $LASTEXITCODE
pause

Binary file added A.eap
Binary file not shown.
Binary file added B.eap
Binary file not shown.
Binary file added Base.eap
Binary file not shown.

0 comments on commit bf79340

Please sign in to comment.