Skip to content

Commit e53a6b7

Browse files
committed
Add path before testing
1 parent 513ef3a commit e53a6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
julia -e 'ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env"); using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
3131
- name: Run tests
3232
run: |
33-
julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
33+
julia -e 'ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env"); using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
3434
- uses: julia-actions/julia-processcoverage@v1
3535
- uses: codecov/codecov-action@v1
3636
with:

0 commit comments

Comments
 (0)