Skip to content

Commit

Permalink
Try to fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Aug 29, 2023
1 parent 4bf5f37 commit df9b7f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: public
POSTGRES_SCHEMA: dbt_example
POSTGRES_DB: postgres
POSTGRES_SCHEMA: public
POSTGRES_PORT: 5432

- name: Upload coverage to Github
Expand Down Expand Up @@ -187,8 +187,8 @@ jobs:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: public
POSTGRES_SCHEMA: dbt_example
POSTGRES_DB: postgres
POSTGRES_SCHEMA: public
POSTGRES_PORT: 5432

- name: Upload coverage to Github
Expand Down

0 comments on commit df9b7f1

Please sign in to comment.