Skip to content

Commit 8f9bd35

Browse files
committed
another update
1 parent e44b504 commit 8f9bd35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,13 @@ jobs:
118118
run: PGO_VERSION='${{ github.sha }}' make build-postgres-operator
119119

120120
# Start a Docker container with the working directory mounted.
121-
- run: make build BUILDAH=docker
122121
- name: Start PGO
123122
run: |
124123
kubectl apply --server-side -k ./config/namespace
125124
kubectl apply --server-side -k ./config/dev
126125
hack/create-kubeconfig.sh postgres-operator pgo
127126
docker run --detach --network host --read-only \
128-
--volume "$(pwd):/mnt" --workdir '/mnt' \
127+
--volume "$(pwd):/mnt" --workdir '/mnt' --env 'PATH=/mnt/bin' \
129128
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
130129
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
131130
--env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547' \

0 commit comments

Comments
 (0)