Skip to content

add basic spread infrastructure #1

add basic spread infrastructure

add basic spread infrastructure #1

Workflow file for this run

name: Spread
on:
pull_request:
branches:
- 'core2[24]-[78]'
push:
branches:
- 'core2[24]-[78]'
jobs:
spread-tests:
runs-on: self-hosted
steps:
- name: Cleanup job workspace
run: |
rm -rf "${{ github.workspace }}"
mkdir "${{ github.workspace }}"
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Download rock artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: build-rock.yaml
workflow_conclusion: success
path: tests
- name: Run spread
run: spread