break test to check action in GH #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
jobs: | |
testing: | |
runs-on: ubuntu-latest | |
container: mbtaylor1982/cocotb-iverilog:latest | |
steps: | |
# 1 - Checkout repository | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
# 2 - Run TestBench | |
- name: Run testbench | |
run: make | |