Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
catalog: ServiceControl
enable-full-text-search: true
- name: Setup PostgreSQL
uses: Particular/setup-postgres-action@v1.1.0
uses: Particular/setup-postgres-action@v1.2.0
if: matrix.test-category == 'PostgreSQL'
with:
connection-string-name: ServiceControl_TransportTests_PostgreSQL_ConnectionString
tag: ServiceControl
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Setup PostgreSQL persistence
uses: Particular/setup-postgres-action@v1.1.0
uses: Particular/setup-postgres-action@v1.2.0
if: matrix.test-category == 'PostgreSQLPersistence'
with:
connection-string-name: ServiceControl_Persistence_PostgreSql_ConnectionString
Expand Down
Loading