Skip to content

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement #902

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement

771 bugerror writing cost when we have resources that are not new build and not eligible for retirement #902

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, develop]
tags: ['*']
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name}}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- "1.6" # LTS (64-bit Linux)
- "1.7"
- "1.8"
- "1.9"
- '1' # latest stable Julia release (Linux)
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
file: lcov.info