Skip to content

feat: added new cases #1

feat: added new cases

feat: added new cases #1

name: RC Update Site Test

Check failure on line 1 in .github/workflows/rc-update-site-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rc-update-site-test.yml

Invalid workflow file

(Line: 13, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
workflow_run:
workflows: ["Java CI with Maven "]
types: [completed]
jobs:
rc_test:
runs-on: [self-hosted, eclipse, BrnoUBU0004]
steps:
- name: Checkout repository
- uses: actions/checkout@v4
- name: Make test scripts executable
run: |
chmod +x releng/update-site-tests/*.sh
- name: Run Eclipse Update Site compatibility tests
run: |
cd releng/update-site-tests
./run-all-cases.sh
- name: Upload Update Site Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: eclipse-update-site-test-results
path: |
releng/update-site-tests/out
releng/update-site-tests/workdir