autoscale test
This commit is contained in:
parent
72bd259e53
commit
ae10039584
1 changed files with 11 additions and 2 deletions
9
.github/workflows/test-autoscaling.yml
vendored
9
.github/workflows/test-autoscaling.yml
vendored
|
|
@ -12,6 +12,15 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Show working directory
|
||||||
|
run: pwd
|
||||||
|
|
||||||
|
- name: List files
|
||||||
|
run: ls -al
|
||||||
|
|
||||||
- name: Print job info
|
- name: Print job info
|
||||||
run: echo "Running job ${{ matrix.job_id }}"
|
run: echo "Running job ${{ matrix.job_id }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue