debug
This commit is contained in:
parent
5e45d94144
commit
9d6ec2d5f5
|
|
@ -8,6 +8,10 @@ jobs:
|
|||
image: node:17.1.0-alpine3.14
|
||||
name: Ergogen
|
||||
steps:
|
||||
- name: pwd
|
||||
run: pwd
|
||||
- name: ls -lsa
|
||||
run: ls -lsa
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Generate unrouted PCBs
|
||||
|
|
|
|||
Loading…
Reference in New Issue