💩 Try to hack #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |