Skip to content

Commit

Permalink
Update feature-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrn0ush authored Oct 26, 2024
1 parent 8f2bf09 commit b7bae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
DATABASE_URL: postgres://rustify_auth:password@localhost:5432/rustify_auth_db
run: |
echo "Running migrations with schema setup..."
psql $DATABASE_URL <<EOF
psql $DATABASE_URL <<-EOF
DROP TABLE IF EXISTS tokens CASCADE;
DROP TABLE IF EXISTS clients CASCADE;
CREATE TABLE IF NOT EXISTS clients (
Expand Down

0 comments on commit b7bae28

Please sign in to comment.