autoscale test
This commit is contained in:
parent
72bd259e53
commit
ae10039584
1 changed files with 11 additions and 2 deletions
11
.github/workflows/test-autoscaling.yml
vendored
11
.github/workflows/test-autoscaling.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue