Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 1, 2024
1 parent 386431f commit 21632bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ jobs:
- name: Test
if: steps.changed-files.outputs.any_changed == 'true'
run: |
# dump env
env | sort
# configure test env
if [[ "$GOOGLE_SECRET" ]]; then
echo $GOOGLE_SECRET | base64 -d > $PWD/google_credentials.json
Expand Down Expand Up @@ -159,6 +157,7 @@ jobs:

- name: Run tests
run: |
env | sort
cat $HOME/.nextflow/scm
make clean assemble install
bash test-ci.sh
Expand Down

0 comments on commit 21632bf

Please sign in to comment.