Update test.yml
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -30,12 +30,12 @@ jobs:
|
|||||||
- run: echo $PATH
|
- run: echo $PATH
|
||||||
- run: id
|
- run: id
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: echo 'if [ "$1" == "update" ]; then exec apk update; else exec apk add openssh xz tmux; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
- run: echo 'if [ "$1" == "update" ]; then exec apk update; else exec apk add openssh xz tmux bash curl; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
# uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
uses: lhotari/action-upterm@v1
|
uses: lhotari/action-upterm@v1
|
||||||
with:
|
# with:
|
||||||
sudo: false
|
# sudo: false
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}.
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}.
|
||||||
# - run: 'cpanm --installdeps .'
|
# - run: 'cpanm --installdeps .'
|
||||||
# - run: 'prove -vl xt/*.t'
|
# - run: 'prove -vl xt/*.t'
|
||||||
|
|||||||
Reference in New Issue
Block a user