Full create board CI #55

This commit is contained in:
rusefillc 2022-05-16 16:44:56 -04:00
parent 5b81faa997
commit 4cb21f3b68
4 changed files with 25 additions and 1 deletions

24
.github/workflows/test-magic.yaml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Check All
on: [push, pull_request]
jobs:
build-firmware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Print Python Version
run: |
python3.8 --version
- name: Step 2 Copy Gerbers
run: |
bash step2_copy.sh
- name: Step 3 Create Board
run: |
bash step3_create_board.sh

@ -1 +1 @@
Subproject commit 8024162d1d9963e9ef1200ac4bfcfc9189046d0e
Subproject commit 4926128c4ab4572346e1ebff62c4ce5ae4e94a95