Skip to content

Commit

Permalink
Use JULIA_PROJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jun 25, 2021
1 parent c1ec20e commit 28d077e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -25,15 +25,15 @@ jobs:
- ubuntu-latest
arch:
- x64
env:
JULIA_PROJECT: .github/pkgs/${{ matrix.pkg }}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
env:
cache-name: cache-artifacts
with:
Expand All @@ -44,13 +44,9 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
- uses: julia-actions/julia-runtest@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
- uses: julia-actions/julia-processcoverage@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
- uses: codecov/codecov-action@v1
working-directory: .github/pkgs/${{ matrix.pkg }}
with:
file: lcov.info
docs:
Expand Down

0 comments on commit 28d077e

Please sign in to comment.