Skip to content

💩 Try to hack

💩 Try to hack #9

name: ydb-slo-action-test-init
on:
pull_request:
workflow_dispatch:
jobs:
test-ydb-slo-action-init:
name: Test YDB SLO Action Init
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Inititialize YDB SLO Test
uses: ydb-platform/ydb-slo-action/init@main
- name: Run chaos testing
run: |
echo 'Performing chaos testing...'
sleep 10
- name: Run user workload
run: |
echo 'Running user workload...';
sleep 10