forked from nf-core/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -858,28 +858,6 @@ jobs: | |
if: env.SENTIEON_ENCRYPTION_KEY != null && env.SENTIEON_LICENSE_MESSAGE != null | ||
run: | | ||
nextflow secrets set SENTIEON_AUTH_DATA $(python3 tests/modules/nf-core/sentieon/license_message.py encrypt --key "${{ secrets.SENTIEON_ENCRYPTION_KEY }}" --message "${{ secrets.SENTIEON_LICENSE_MESSAGE }}") | ||
# FIXME docker debugging | ||
# - name: ssh debugging | ||
# uses: Warpbuilds/[email protected] | ||
# - name: Verify Docker Environment | ||
# run: | | ||
# echo "Current user: $(whoami)" | ||
# echo "User ID: $(id -u)" | ||
# echo "XDG_RUNTIME_DIR: $XDG_RUNTIME_DIR" | ||
# echo "DOCKER_HOST: $DOCKER_HOST" | ||
|
||
# # Check service status | ||
# systemctl --user status docker || true | ||
|
||
# # Try restarting if needed | ||
# if ! systemctl --user is-active docker; then | ||
# echo "Docker not active, attempting to start..." | ||
# systemctl --user start docker | ||
# sleep 5 | ||
# fi | ||
|
||
# # Test Docker | ||
# docker ps | ||
# Test the module | ||
- name: Run nf-test | ||
if: ${{ matrix.path != '' }} | ||
|
@@ -898,7 +876,7 @@ jobs: | |
NFT_WORKDIR=~ \ | ||
nf-test test \ | ||
--profile=${{ matrix.profile }} \ | ||
--profile=${{ matrix.profile }},gpu \ | ||
--tap=test.tap \ | ||
--verbose \ | ||
${{ matrix.path }} | ||
|