Skip to content

test other action

test other action #5

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build atopile project
uses: sethfischer/atopile-action@main
with:
path: 'ecad/' # atopile project directory
- name: Upload Combined Artifacts
uses: actions/upload-artifact@v3
with:
name: build
path: build