Skip to content

Implement downgrade CI #2

Implement downgrade CI

Implement downgrade CI #2

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: Statistics, Downloads
# if: ${{ matrix.version == '1.6' }}
with:

Check failure on line 28 in .github/workflows/downgrade.yml

View workflow run for this annotation

GitHub Actions / Downgrade

Invalid workflow file

The workflow is not valid. .github/workflows/downgrade.yml (Line: 28, Col: 9): 'with' is already defined
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
DISPLAY: ':0'
with:
prefix: xvfb-run -s '-screen 0 1024x768x24'
- uses: actions/upload-artifact@v4
if: always()
with:
name: test_images
path: test_images/