disable tmate
This commit is contained in:
@@ -4,11 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
# inputs:
|
||||||
debug_enabled:
|
# debug_enabled:
|
||||||
description: 'Run with tmate'
|
# description: 'Run with tmate'
|
||||||
required: false
|
# required: false
|
||||||
default: ''
|
# default: ''
|
||||||
jobs:
|
jobs:
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: packages
|
name: packages
|
||||||
run: sudo apt-get update && sudo apt-get install -y libmosquitto1 libmosquitto-dev gdb screen sed
|
run: sudo apt-get update && sudo apt-get install -y libmosquitto1 libmosquitto-dev
|
||||||
-
|
-
|
||||||
name: build
|
name: build
|
||||||
run: cmake -Dcoverage=ON -DBUILD_TESTING=1 . && make
|
run: cmake -Dcoverage=ON -DBUILD_TESTING=1 . && make
|
||||||
@@ -28,13 +28,13 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: test contrib
|
name: test contrib
|
||||||
run: cd src/lib/ebus/contrib/test && ./test_contrib
|
run: cd src/lib/ebus/contrib/test && ./test_contrib
|
||||||
-
|
# -
|
||||||
name: setup tmate
|
# name: setup tmate
|
||||||
uses: mxschmitt/action-tmate@v3.7
|
# uses: mxschmitt/action-tmate@v3.7
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
|
# if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
|
||||||
timeout-minutes: 15
|
# timeout-minutes: 15
|
||||||
with:
|
# with:
|
||||||
limit-access-to-actor: true
|
# limit-access-to-actor: true
|
||||||
-
|
-
|
||||||
name: test coverage
|
name: test coverage
|
||||||
run: ./test_coverage.sh
|
run: ./test_coverage.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user