Skip to content

MassInstallAction: Install the DowngradeCI workflow on this repository #1

MassInstallAction: Install the DowngradeCI workflow on this repository

MassInstallAction: Install the DowngradeCI workflow on this repository #1

Workflow file for this run

name: DowngradeCI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1