Skip to content

Commit

Permalink
Use toml version of dbsetup in github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Jan 26, 2024
1 parent 6fe46a7 commit ddc3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
createdb testdb
./runtill -d dbname=testdb syncdb
./runtill -d dbname=testdb dbsetup examples/dbsetup.yml
./runtill -d dbname=testdb dbsetup examples/dbsetup.toml
./runtill -d dbname=testdb adduser "Test User" Test builtin:alice
./runtill -d dbname=testdb listusers
./runtill -d dbname=testdb totals
Expand Down

0 comments on commit ddc3917

Please sign in to comment.