diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab04bfe..3a05eaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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