Update test.yml
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: 'netdisco/netdisco:latest-do'
|
image: 'netdisco/netdisco:latest-base'
|
||||||
steps:
|
steps:
|
||||||
# - name: Check out latest code
|
# - name: Check out latest code
|
||||||
# env:
|
# env:
|
||||||
@@ -27,8 +27,8 @@ jobs:
|
|||||||
# perl-version: 'latest'
|
# perl-version: 'latest'
|
||||||
# Enable tmate debugging of manually-triggered workflows if the input option was provided
|
# Enable tmate debugging of manually-triggered workflows if the input option was provided
|
||||||
- run: echo $PATH
|
- run: echo $PATH
|
||||||
- run: echo id
|
- run: id
|
||||||
- run: echo pwd
|
- 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
|
- 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
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user