Skip to content

Commit

Permalink
wait for psql
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus committed Oct 6, 2023
1 parent fd5e486 commit a1f87cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .tekton/backend-quality-dashboard-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,16 @@ spec:
- image: registry.redhat.io/rhel8/go-toolset:1.19.10-16.1695267225
name: client
script: |
set -ex
sleep 3m
lsof -n -i | grep LISTEN
cd backend && go test -v ./...
volumeMounts:
- mountPath: /work
name: data
sidecars:
- image: postgres:14
- image: quay.io/redhat-appstudio-qe/postgres:14
name: database-test
env:
- name: PGDATA
Expand Down

0 comments on commit a1f87cc

Please sign in to comment.