We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bfe22 commit 2e7418bCopy full SHA for 2e7418b
.github/workflows/automated-testing.yaml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
run-tests:
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
14
env:
15
# LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so
16
# SEGFAULT_SIGNALS: all
@@ -55,8 +55,8 @@ jobs:
55
- name: Install linux dependencies
56
run: |
57
sudo apt-get update -y
58
- sudo apt-get install -y postgresql-client --no-install-recommends ca-certificates || apt-get install -y --no-install-recommends ca-certificates
59
- sudo update-ca-certificates || update-ca-certificates
+ sudo apt-get install -y postgresql-client ca-certificates
+ sudo update-ca-certificates
60
- name: Set up JDK 11
61
uses: actions/setup-java@v4
62
with:
0 commit comments