Skip to content

Commit

Permalink
Update build-push-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Nov 27, 2024
1 parent 755b6a8 commit b12f7bc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
- name: Create Empty Build Directory
run: mkdir -p Docker/build

#- name: Build Docker Image
#run: docker build --no-cache -t eecircuit ./Docker
- name: Build Docker Image
run: docker build --no-cache -t eecircuit ./Docker

#- name: Run Docker Container
#run: docker run -t -v $(realpath ./Docker):/mnt eecircuit
- name: Run Docker Container
run: docker run -t -v $(realpath ./Docker):/mnt eecircuit

#- name: Run Inject.js
#run: node ./Docker/inject.js
- name: Run Inject.js
run: node ./Docker/inject.js

#- name: Rename and Copy Files to Main Directory
#run: |
#cp ./Docker/build/spice.wasm ./src/sim/spice.wasm
#cp ./Docker/build/spice-eesim.js ./src/sim/spice.js
- name: Rename and Copy Files to Main Directory
run: |
cp ./Docker/build/spice.wasm ./src/sim/spice.wasm
cp ./Docker/build/spice-eesim.js ./src/sim/spice.js
- name: Update Dependencies
run: npx --yes npm-check-updates -u
Expand Down

0 comments on commit b12f7bc

Please sign in to comment.