We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d7989 commit 0ca7496Copy full SHA for 0ca7496
.github/workflows/push.yml
@@ -19,6 +19,8 @@ jobs:
19
restore-keys: |
20
${{ runner.os }}-sls-
21
- run: npm install
22
+ - name: Setup tmate session
23
+ uses: mxschmitt/action-tmate@v3
24
- run: npm run lint
25
- run: npm run test
26
- name: integration-test
0 commit comments