Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Aug 7, 2024
1 parent 030eb55 commit 72059b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration03-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
curl -L -o teaseq.h5mu https://figshare.com/ndownloader/files/44796985
# Note: we run the following to test that the commands works
# However, the following task will replacing the file anyway
# However, the following task will replace the file anyway
- name: Preparing the configuration file
shell: bash -el {0}
run: |
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Edit the submission file
run: |
cd teaseq/integration
curl -o pipeline.yml https://github.com/DendrouLab/panpipes/raw/1849a8c65aa67702f423da2c3b2d1d9238adac6d/tests/integration_3/pipeline.yml ##https://raw.githubusercontent.com/DendrouLab/panpipes/main/tests/integration_3/pipeline.yml
curl -o pipeline.yml https://github.com/DendrouLab/panpipes/raw/1849a8c65aa67702f423da2c3b2d1d9238adac6d/tests/integration_3/pipeline.yml
- name: Replace template contents in configuration file
run: |
cd teaseq/integration
Expand Down

0 comments on commit 72059b2

Please sign in to comment.