Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 062068b

Browse files
author
Hamel Husain
authored
Create debug.yaml
1 parent d9c9a9b commit 062068b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/debug.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Generate_DB
2+
on: push
3+
4+
jobs:
5+
debug:
6+
runs-on: ubuntu-latest
7+
steps:
8+
9+
- name: Copy Repository Contents
10+
uses: actions/checkout@v2
11+
12+
- name: Set up Python
13+
uses: actions/setup-python@v1
14+
with:
15+
python-version: 3.6
16+
17+
- name: install dependencies
18+
run: |
19+
pip3 install csvs-to-sqlite datasette
20+
heroku plugins:install heroku-builds
21+
22+
- name: Setup tmate session
23+
uses: mxschmitt/action-tmate@v2
24+
env:
25+
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)