Skip to content

Commit

Permalink
Update UnitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 24, 2024
1 parent 0d23a12 commit 75d6cbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# https://github.com/actions/toolkit/issues/399
fail-fast: false
matrix:
julia-version: ['1.6', '1', 'nightly']
julia-version: ['1.6', '1']
os: [ubuntu-latest]
include:
- os: windows-latest
Expand All @@ -25,14 +25,14 @@ jobs:
julia-version: '1'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}

- name: Cache artifacts
uses: actions/cache@v1
uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand All @@ -49,3 +49,4 @@ jobs:
- uses: codecov/codecov-action@v1
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 75d6cbd

Please sign in to comment.