From 3b4a2ca2d7df237e1dcf65f66a6ec65a52e98b01 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 12:21:22 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5e6921a..c3fb0841 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: 'netdisco/netdisco:latest-do' + image: 'netdisco/netdisco:latest-base' steps: # - name: Check out latest code # env: @@ -27,8 +27,8 @@ jobs: # perl-version: 'latest' # Enable tmate debugging of manually-triggered workflows if the input option was provided - run: echo $PATH - - run: echo id - - run: echo pwd + - run: id + - run: pwd - 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