Scale test #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scale test | |
on: | |
workflow_dispatch: | |
jobs: | |
scale-test1: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 1 finished! | |
scale-test2: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 2 finished! | |
scale-test3: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 3 finished! | |
scale-test4: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 4 finished! | |
scale-test5: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 4 finished! | |
scale-test6: | |
runs-on: arc-runner-repo | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
- run: npm install -g bats | |
- run: bats -v | |
- run: sudo apt update -y | |
- name: Run a one-line script | |
run: echo scale test 4 finished! |