Skip to content

Commit

Permalink
another CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Jan 31, 2024
1 parent a995c05 commit 28cf68f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
defaults:
run:
shell: bash
working-directory: ~/.julia/dev/JuliaScript

env:
JULIASCRIPT_PKG_DEVELOP: true

concurrency:
# Skip intermediate builds: always.
Expand Down Expand Up @@ -48,7 +44,13 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: symlink the folder to ~/.julia/dev/JuliaScript for it to be picked up automatically
run: |
mkdir -p ~/.julia/dev
ln -s . ~/.julia/dev/JuliaScript
- uses: julia-actions/julia-runtest@v1
env:
JULIASCRIPT_PKG_DEVELOP: true # enables the use of ~/.julia/dev/JuliaScript
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 28cf68f

Please sign in to comment.