mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
enable max parallel 1 to test ssh
This commit is contained in:
8
.github/workflows/smoke-tests.yml
vendored
8
.github/workflows/smoke-tests.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
if: ${{ needs.Prepare.outputs.matrix != '[]' && needs.Prepare.outputs.matrix != '' }}
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
#max-parallel: 16
|
||||
max-parallel: 1
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
@@ -76,9 +76,6 @@ jobs:
|
||||
known_hosts: github.com ssh-rsa AAAAB3Nz
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Copy SSH keys
|
||||
run: ls -l ~/.ssh/
|
||||
|
||||
- name: Read values
|
||||
run: |
|
||||
|
||||
@@ -215,9 +212,6 @@ jobs:
|
||||
name: status
|
||||
path: status
|
||||
|
||||
- name: remove SSH keys
|
||||
run: rm -f ~/.ssh/${{ env.RANDOM }}
|
||||
|
||||
Stop:
|
||||
name: "Test"
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user