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 706ae4e commit e043cd4Copy full SHA for e043cd4
.github/workflows/tests.yml
@@ -197,14 +197,12 @@ jobs:
197
ref: ${{ steps.extract-branch.outputs.powerdynamics_branch }}
198
path: PowerDynamics
199
- name: Run PowerDynamics tests
200
- shell: julia --project=testenv --color=yes {0}
+ shell: julia --project=PowerDynamics --color=yes {0}
201
run: |
202
using Pkg
203
try
204
pkg"dev ."
205
- pkg"dev ./PowerDynamics"
206
- pkg"dev ./PowerDynamicsTesting"
207
- Pkg.test("PowerDynamics"; coverage=false)
+ Pkg.test(; coverage=false)
208
catch e
209
if e isa Pkg.Resolve.ResolverError
210
@info "Resolve error! No need to test a breaking release..." e
0 commit comments