ci: temporary change .yml file #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #name: RC Update Site Test | |
| #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 | |