From ae1003958451c82e7307857e5fc7e015adca00f8 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 6 Dec 2025 14:35:00 +0000 Subject: [PATCH] autoscale test --- .github/workflows/test-autoscaling.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-autoscaling.yml b/.github/workflows/test-autoscaling.yml index 7583149..138f6cb 100644 --- a/.github/workflows/test-autoscaling.yml +++ b/.github/workflows/test-autoscaling.yml @@ -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 - run: sleep 60 \ No newline at end of file + - name: Simulate workload + run: sleep 60