Skip to content

Commit 896acc3

Browse files
committed
Add Übungen in path
1 parent 386f35c commit 896acc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Run SQL file
4949
run: |
50-
mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" testdb < Vorlesungen/16_10_2025.sql
50+
mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" testdb < Vorlesungen/Übungen/16_10_2025.sql
5151
5252
- name: Verify table 'vorlesung' is populated
5353
run: |

0 commit comments

Comments
 (0)