Skip to content

Commit 2cad50c

Browse files
committed
Change directory for GHA workflow
1 parent 09405e1 commit 2cad50c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export PATH="$PWD/.venv/bin:$PATH"
2+

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
run: pip install --upgrade platformio
2323
- name: Build AstroPowerBox
2424
run: pio run
25+
working-directory: ./esp32
2526
- name: Build AstroPowerBox Frontend
26-
run: pio run -t buildfs -e esp32_c3_supermini
27+
run: pio run -t buildfs -e esp32_c3_supermini
28+
working-directory: ./esp32

sbc-backend/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
flask
2+
gunicorn
3+

0 commit comments

Comments
 (0)