Skip to content

Commit

Permalink
Add mock credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Nov 8, 2023
1 parent 9f84bba commit bb69ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Add mock credentials
run: mv ./software/credentials.h.template ./software/credentials.h

- name: Build PlatformIO Project
working-directory: ./software
run: pio run

0 comments on commit bb69ce6

Please sign in to comment.