Skip to content

Commit 97cd2c3

Browse files
committed
[5] Fix broken GitHub Actions file.
1 parent 03a2de9 commit 97cd2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Python script
4444
run: |
4545
set -e
46-
python scripts/run_scripts.py
46+
python run_scripts.py
4747
# python scripts/ngs_passing.py
4848
# python scripts/ngs_receiving.py
4949
# python scripts/ngs_rushing.py

0 commit comments

Comments
 (0)