Update test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
debug_enabled:
|
||||
description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||
required: false
|
||||
default: 'false'
|
||||
default: false
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
sudo: true
|
||||
if: ${{ (github.event_name == 'workflow_dispatch') && (github.event.inputs.debug_enabled == 'true') }}.
|
||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
|
||||
- name: Run Tests
|
||||
run: |
|
||||
sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL
|
||||
|
||||
Reference in New Issue
Block a user