Skip to content

WIP do not merge - various things for debugging CI #5148

WIP do not merge - various things for debugging CI

WIP do not merge - various things for debugging CI #5148

Workflow file for this run

name: pr
on: pull_request
jobs:
test-scripts:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: '17'
- run: ./testDistro.sh
- uses: actions/upload-artifact@v3
with:
name: debug-artifacts
path: target/debug-artifacts