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