diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index b062e1e..188f207 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -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 + \ No newline at end of file diff --git a/A.eap b/A.eap new file mode 100644 index 0000000..187d1b6 Binary files /dev/null and b/A.eap differ diff --git a/B.eap b/B.eap new file mode 100644 index 0000000..151e883 Binary files /dev/null and b/B.eap differ diff --git a/Base.eap b/Base.eap new file mode 100644 index 0000000..471596f Binary files /dev/null and b/Base.eap differ