diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6220f27..d9a0c3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ jobs: sim: - name: Build the Docker Image - - run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s) - - run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v - - run: vvp transceiver + run: | + docker build . --file Dockerfile --tag icarus-sim:$(date +%s) + iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v + vvp transceiver