mirror of
https://github.com/heyman/heynote.git
synced 2024-11-23 08:23:09 +01:00
Debug github action
This commit is contained in:
parent
11df8ea864
commit
a5c6440fe0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
detached: true
|
||||
limit-access-to-actor: true
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v1
|
||||
|
Loading…
Reference in New Issue
Block a user