Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Feb 20, 2024
1 parent f50a0f4 commit 4b8e7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CIWflowServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: Install Julia dependencies
shell: julia --project=../server {0}
shell: julia --project=server {0}
run: |
using Pkg;
# dev install Wflow
pkg"dev ../."
pkg"dev Wflow"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 4b8e7bc

Please sign in to comment.