Skip to content

Commit

Permalink
env localhost 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 26, 2024
1 parent 31da4a0 commit 08e25c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
shell: Rscript {0}
env:
CROMWELLURL: http://localhost:8000

- name: cleanup cromwell
run: kill $(ps -eaf | grep 'cromwell-[0-9][0-9].jar' | awk '{ print $2 }')
Expand Down

0 comments on commit 08e25c1

Please sign in to comment.