Skip to content

Update main.yml #10

Update main.yml

Update main.yml #10

Workflow file for this run

name: Icarus Simulation
on:
push:
branches: [master]
jobs:
build-container:
runs-on: ubuntu-latest
steps:
- name: Build the Docker Image
uses: actions/checkout@v1
run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s)

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

View workflow run for this annotation

GitHub Actions / Icarus Simulation

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 13, Col: 9): Unexpected value 'run' .github/workflows/main.yml (Line: 14, Col: 9): 'run' is already defined

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

View workflow run for this annotation

GitHub Actions / Icarus Simulation

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 13, Col: 9): Unexpected value 'run' .github/workflows/main.yml (Line: 14, Col: 9): 'run' is already defined
run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
run: vvp transceiver