Skip to content

build(deps): bump openssl from 0.10.66 to 0.10.70 in /acond #119

build(deps): bump openssl from 0.10.66 to 0.10.70 in /acond

build(deps): bump openssl from 0.10.66 to 0.10.70 in /acond #119

name: CICD-PostGreSQL
on:
push:
branches: [ "*" ]
paths-ignore:
- 'doc/**'
pull_request:
branches: [ "*" ]
paths-ignore:
- 'doc/**'
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
CICD:
runs-on: self-hosted
name: CICD-PostGreSQL
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Enable PostGreSQL docker
run: |
source scripts/start-happypath.sh
ATD_MEMSZ=8g run_workload -d test -i postgres -j '.writableFS=true | .uids+=[999, 101] | .entrypoint+=["postgres"] | .env+=["POSTGRES_PASSWORD=mysecretpassword"]'