Skip to content

Commit

Permalink
CI.yml: dev TypedSyntax.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Mar 3, 2024
1 parent 32f4b86 commit b98d972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: dev TypedSyntax # dev TypedSyntax (a subdir package) since the latest version may not be registered yet
shell: julia --color=yes --project=. {0} # this is necessary for the next command to work on Windows
run: 'using Pkg; Pkg.develop(path=joinpath(pwd(), "TypedSyntax"))'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit b98d972

Please sign in to comment.