We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386f35c commit 896acc3Copy full SHA for 896acc3
.github/workflows/sql-test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Run SQL file
49
run: |
50
- mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" testdb < Vorlesungen/16_10_2025.sql
+ mysql -h 127.0.0.1 -P 3306 -uroot -p"${{ secrets.MYSQL_ROOT_PASSWORD }}" testdb < Vorlesungen/Übungen/16_10_2025.sql
51
52
- name: Verify table 'vorlesung' is populated
53
0 commit comments