mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Add yml file to use tmate to debug containers on actions
This commit is contained in:
15
.github/workflows/dev_tmate.yml
vendored
Normal file
15
.github/workflows/dev_tmate.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Debug ubuntu with tmate
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: 'Branch or tag to retrieve the binaries from'
|
||||
required: false
|
||||
default: 'master'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
Reference in New Issue
Block a user