Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 13, 2024
1 parent 15c39a3 commit b4932bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- run: npm ci
- run: npm run build --workspaces --if-present
- env:
POSTGRES_DSN: postgres://postgres:postgres@localhost:5432
POSTGRES_DSN: 'postgres://postgres:postgres@localhost:5432'
TEST_ONLY: '${{ matrix.test_only }}'
run: npm run test --workspaces --if-present
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- run: npm ci
- run: npm run build --workspaces --if-present
- env:
POSTGRES_DSN: postgres://postgres:postgres@localhost:5432
POSTGRES_DSN: 'postgres://postgres:postgres@localhost:5432'
TEST_ONLY: '${{ matrix.test_only }}'
run: npm run test --workspaces --if-present
strategy:
Expand Down

0 comments on commit b4932bc

Please sign in to comment.