Skip to content

Commit

Permalink
Attempting to find why we cannot connect to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jul 23, 2023
1 parent f8d7c81 commit c46fa66
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,19 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Ubuntu packages
run: sudo apt install protobuf-compiler python3 python3-pip
run: sudo apt-get -y update -y && sudo apt-get -y install protobuf-compiler python3 python3-pip ca-certificates
# libnotify-dev \
# libnss3 \
# libpq-dev \
# libpq5 \
# libssl-dev \
# libxss1 \
# libxtst6 \
# pkg-config \
# procps \
# wget \
# xauth \
# xvfb
- uses: dorny/paths-filter@v2
id: modified-files
with:
Expand Down Expand Up @@ -84,7 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Ubuntu packages
run: sudo apt install protobuf-compiler python3 python3-pip
run: sudo apt-get -y update && sudo apt-get -y install protobuf-compiler python3 python3-pip
- uses: dorny/paths-filter@v2
id: modified-files
with:
Expand Down

0 comments on commit c46fa66

Please sign in to comment.