Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b658d0

Browse files
committedJul 23, 2024··
test
1 parent d2f4e80 commit 4b658d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/tests_hw.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
description: 'Chip to run tests for'
1313
required: true
1414

15+
env:
16+
DEBIAN_FRONTEND: noninteractive
17+
1518
jobs:
1619
hardware-test:
1720
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
@@ -50,6 +53,7 @@ jobs:
5053
run: |
5154
mkdir -p /var/run/dbus
5255
export RUNLEVEL=1
56+
printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
5357
apt update
5458
apt install -y software-properties-common
5559
add-apt-repository -y ppa:git-core/ppa

0 commit comments

Comments
 (0)
Please sign in to comment.