Merge pull request #46 from muhammadhamza15/main #69
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: 'Device Modeling Repo CheckIn Action' | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
compile-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: run test_compile_all | |
run: | | |
sudo apt install -y iverilog | |
iverilog -V | |
cd $GITHUB_WORKSPACE && bin/test_compile_all |