Skip to content

Commit

Permalink
Wrap string in quotes in edn
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-porter committed Jan 15, 2024
1 parent 308ea35 commit 43482a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
{:dbtype \"postgres\" \
:host \"localhost\" \
:port 5432 \
:dbname $POSTGRES_DB \
:username $POSTGRES_USER \
:user $POSTGRES_USER \
:password $POSTGRES_PASSWORD \
:dbname \"$POSTGRES_DB\" \
:username \"$POSTGRES_USER\" \
:user \"$POSTGRES_USER\" \
:password \"$POSTGRES_PASSWORD\" \
:schema \"swift_ticketing\"}}"
- name: Run tests
run: lein kaocha
Expand Down

0 comments on commit 43482a3

Please sign in to comment.