Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 4, 2022
1 parent 1bb22bd commit 3d5078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Perl version
run: perl -V
- name: Setup database
run: mysql -u root -psekrit -h 127.0.0.1 -P"SUCC_DB_PORT" -D $SUCC_DB_NAME < data/succession_dump.sql
run: mysql -u root -psekrit -h 127.0.0.1 -P"$SUCC_DB_PORT" -D $SUCC_DB_NAME < data/succession_dump.sql
- name: Wait for database
run: |
while ! mysqladmin ping -h"127.0.0.1" -P"$SUCC_DB_PORT" --silent; do
Expand Down

0 comments on commit 3d5078a

Please sign in to comment.