Skip to content

Commit

Permalink
CI: Fix tests in release build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Mar 21, 2024
1 parent e5851e0 commit fa0d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
viash test \
"${{ matrix.component.config }}" \
--config_mod ".platforms[.type == 'docker'].image := 'ghcr.io/openpipelines-bio/${{ matrix.component.namespace }}_${{ matrix.component.name }}:${{ github.event.inputs.version_tag }}'" \
--config_mod ".platforms[.type == 'docker'].image := 'ghcr.io/openpipelines-bio/${{ matrix.component.namespace }}${{matrix.component.namespace_separator}}${{ matrix.component.name }}:${{ github.event.inputs.version_tag }}'" \
--config_mod ".platforms[.type == 'docker'].setup := []" \
--cpus 4 \
--memory "12gb"

0 comments on commit fa0d20f

Please sign in to comment.