Skip to content

Commit

Permalink
GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBillson committed Feb 17, 2024
1 parent 8f7b7bd commit a35f162
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
arch:
Expand All @@ -39,8 +37,13 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
LANDSAT_EXPLORER_USER: ${{ secrets.LANDSAT_EXPLORER_USER }}
LANDSAT_EXPLORER_PASS: ${{ secrets.LANDSAT_EXPLORER_PASS }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
docs:
Expand Down

0 comments on commit a35f162

Please sign in to comment.