We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b603 commit 1d23488Copy full SHA for 1d23488
.github/workflows/CI.yml
@@ -32,8 +32,6 @@ jobs:
32
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
33
- name: Run tests
34
run: |
35
- current_path=${{ github.workspace }}
36
- export JULIA_CONDAPKG_ENV="$current_path/rms_env"
37
julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
38
- uses: julia-actions/julia-processcoverage@v1
39
- uses: codecov/codecov-action@v1
0 commit comments