Skip to content

Commit

Permalink
TMP: get docker psql version
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Apr 9, 2024
1 parent c3ff399 commit 8fb9cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: build docker image
run: docker build --build-arg http_proxy=http://proxy.ign.fr:3128/ --build-arg https_proxy=http://proxy.ign.fr:3128/ -t lidar_prod .

- name: get postgresql version
run: docker run lidar_prod psql --version

- name: Check code neatness (linter)
run: docker run lidar_prod flake8

Expand Down

0 comments on commit 8fb9cae

Please sign in to comment.