Skip to content

Update main.yml #9

Update main.yml

Update main.yml #9

Workflow file for this run

name: Icarus Simulation
on:
push:
branches: [master]
jobs:
build-container:
runs-on: ubuntu-latest
steps:

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Build the Docker Image
uses: actions/checkout@v1
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