Skip to content

[cicd] Enable MongoDB docker in cicd test (#77) #1

[cicd] Enable MongoDB docker in cicd test (#77)

[cicd] Enable MongoDB docker in cicd test (#77) #1

Workflow file for this run

name: CICD-Redis
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-Redis
steps:
- uses: actions/checkout@v3
- name: Enable Redis docker
run: |
source scripts/start-happypath.sh
ATD_MEMSZ=8g run_workload -d test -i redis -j '.writableFS=true | .uids+=[999] | .entrypoint+=["redis-server"]'