Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
To use the SciML standard action
  • Loading branch information
isaacsas authored Jul 18, 2024
1 parent 9ec1ebd commit bb1d121
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Tests"

name: "Run Tests"
on:
push:
branches:
- "main"
tags:
- "*"
- master
paths-ignore:
- 'docs/**'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -18,10 +22,11 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "1.6"
group:
- Core
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
group: ${{ matrix.group }}
julia-version: '1'
secrets: "inherit"

0 comments on commit bb1d121

Please sign in to comment.