Skip to content

Commit

Permalink
Upgrade server version for testing (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Oct 20, 2022
1 parent 28f32df commit 95f817b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,18 @@ jobs:
- name: Setup Vertica
timeout-minutes: 15
run: |
docker pull vertica/vertica-ce:12.0.0-0
docker run -d -p 5433:5433 -p 5444:5444 \
--mount type=volume,source=vertica-data,target=/data \
--name vertica_ce \
vertica/vertica-ce
vertica/vertica-ce:12.0.1-0
echo "Vertica startup ..."
until docker exec vertica_ce test -f /data/vertica/VMart/agent_start.out; do \
echo "..."; \
sleep 3; \
done;
echo "Vertica is up"
docker exec -u dbadmin vertica_ce /opt/vertica/bin/vsql -c "\l"
docker exec -u dbadmin vertica_ce /opt/vertica/bin/vsql -c "select version()"
- name: test-v-connection-string
if: always()
Expand Down

0 comments on commit 95f817b

Please sign in to comment.