Skip to content

Commit

Permalink
Fix path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 8, 2024
1 parent b8f6c78 commit 3f23cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Download Assemblies
run: bash .github/scripts/download_assemblies.sh
- name: Simulate Reads
run: bash ./github/scripts/simulate_reads.sh
run: bash .github/scripts/simulate_reads.sh
- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 3f23cd1

Please sign in to comment.