Skip to content

Commit

Permalink
Update swtbot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB authored Jun 3, 2024
1 parent 37565a6 commit 9999c65
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/swtbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,27 @@ jobs:
- name: Fetch SET
uses: actions/download-artifact@v4
with:
name: eclipse-set-snapshot-117
name: eclipse-set-snapshot-139
github-token: ${{secrets.GITHUB_TOKEN}}
run-id: 9302585621
run-id: 9349873630
path: application-under-test

- name: Fetch SET-M2
uses: actions/download-artifact@v4
with:
name: set-m2deploy-139
github-token: ${{secrets.GITHUB_TOKEN}}
run-id: 9349873630
path: deploym2

- name: Update target platform
shell: bash
run: |
xmlstartlet ed --inplace \
-u "project/profiles/profile/repositories/repository[id='set-github']/url" \
-v '${{ github.workspace}}/deploym2 \
${github.workspace}}/swtbot-pom.xml
- name: Run Test
run: mvn -T 1.5C -U -B clean verify --settings ${{ github.workspace }}/.github/settings.xml -Dapplication-version="2.0.0" -Dapplication-under-test='${{ github.workspace}}/application-under-test/'
working-directory: java-test/org.eclipse.set.swtbot.parent
Expand Down

0 comments on commit 9999c65

Please sign in to comment.