autoscale test

This commit is contained in:
Jun-te Kim 2025-12-06 14:35:00 +00:00
parent 72bd259e53
commit ae10039584

View file

@ -12,8 +12,17 @@ jobs:
fail-fast: false
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Show working directory
run: pwd
- name: List files
run: ls -al
- name: Print job info
run: echo "Running job ${{ matrix.job_id }}"
- name: Simulate work load
- name: Simulate workload
run: sleep 60