mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
tmate session mac
So I can test https://github.com/simonw/datasette/issues/93
This commit is contained in:
parent
3054e0f730
commit
ab7767acbe
1 changed files with 12 additions and 0 deletions
12
.github/workflows/tmate-mac.yml
vendored
Normal file
12
.github/workflows/tmate-mac.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: tmate session mac
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
Loading…
Add table
Add a link
Reference in a new issue