diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c56a8e..5d9be99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Build the Docker Image - run: | - docker build . --file Dockerfile --tag icarus-sim:$(date +%s) - iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v - vvp transceiver + 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