Skip to content

Commit 638f3c2

Browse files
authored
Update main.yml
1 parent 19e6989 commit 638f3c2

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
name: Verilator Simulation
22

33
on:
4-
push:
5-
branches: [master]
4+
push:
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
68

79
jobs:
8-
build-container:
10+
run-container:
911
runs-on: ubuntu-latest
1012
defaults:
1113
run:
14+
shell: bash
1215
working-directory: ./
1316
steps:
1417
- name: Check out the repository to the runner
15-
uses: actions/checkout@v1
16-
- name: Build the docker image
17-
uses: docker/build-push-action@v2
18+
uses: actions/checkout@v2
19+
- name: Run Docker container
20+
uses: addnab/docker-run-action@v3
21+
with:
22+
image: r0d0s/fpga_tools:v1.1
23+
run: |
24+
git clone https://github.com/RDSik/si5340-config-loader.git
25+
si5340-config-loader
26+
make

0 commit comments

Comments
 (0)