Don't always set SUDO.
Rely on sourcing configs to set as appropriate.
This commit is contained in:
parent
e428f29402
commit
f57fbfe5eb
|
@ -52,7 +52,6 @@ jobs:
|
|||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
SUDO: sudo
|
||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
||||
- name: save logs
|
||||
if: failure()
|
||||
|
|
|
@ -10,7 +10,6 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
TARGET_HOST: ${{ matrix.os }}
|
||||
SUDO: sudo
|
||||
strategy:
|
||||
fail-fast: false
|
||||
# We use a matrix in two parts: firstly all of the VMs are tested with the
|
||||
|
|
Loading…
Reference in New Issue