Skip to content

chore(deps): bump actions/cache from 2 to 4 (#202) #167

chore(deps): bump actions/cache from 2 to 4 (#202)

chore(deps): bump actions/cache from 2 to 4 (#202) #167

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags: ["*"]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/ReusableTest.yml
with:
os: ${{ matrix.os }}
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
allow_failure: ${{ matrix.allow_failure }}
run_codecov: ${{ matrix.version == "1" && matrix.os == "ubuntu-latest" }}

Check failure on line 18 in .github/workflows/Test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/Test.yml (Line: 18, Col: 20): Unexpected symbol: '"1"'. Located at position 19 within expression: matrix.version == "1" && matrix.os == "ubuntu-latest"
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
strategy:
fail-fast: false
matrix:
version:
- "1.6"
- "1"
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
allow_failure: [false]