Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-16 17:07:20 +01:00
committed by GitHub
parent 96c07499ca
commit 7aac9ba2c0

View File

@@ -23,12 +23,8 @@ jobs:
run: apk add openssh xz tmux bash curl sudo
- name: Install fake apt-get
run: echo 'if [ "$1" == "update" ]; then exec apk update; else exec apk add openssh xz tmux bash curl sudo; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
- name: Make git home
run: sudo -l -u netdisco mkdir /home/netdisco/git
- name: Check out latest code
uses: actions/checkout@v1
with:
path: '../../../netdisco/git'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with: