Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-16 12:16:01 +01:00
committed by GitHub
parent 63572350fb
commit 423d29e4cd

View File

@@ -27,7 +27,7 @@ jobs:
# perl-version: 'latest'
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- run: echo $PATH
- run: echo 'if [ "$1" == "update" ]; then `apk update`; else `apk add "${*:2}"`; fi' > ./apt-get && chmod +x ./apt-get
- run: echo 'if [ "$1" == "update" ]; then `apk update`; else `apk add "${*:2}"`; fi' > /home/netdisco/bin/apt-get && chmod +x /home/netdisco/bin/apt-get
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with: