Skip to content

[Action] Add postgreSQL to action #40

[Action] Add postgreSQL to action

[Action] Add postgreSQL to action #40

Workflow file for this run

name: CICD-MySQL
on:
push:
branches: [ "main" ]
paths-ignore:
- 'doc/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'doc/**'
env:
CARGO_TERM_COLOR: always
jobs:
CICD:
runs-on: self-hosted
name: CICD-MySQL
steps:
- uses: actions/checkout@v3
- name: Enable MySQL docker
run: |
source scripts/start-happypath.sh
ATD_MEMSZ=8g run_workload -d test -i mysql -j '.writableFS=true | .uids+=[999] | .entrypoint+=["mysqld"] | .env+=["MYSQL_ROOT_PASSWORD=my-secret-pw"]'