mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
ci: in job 'VUnit' use a container step instead of a container job
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
This commit is contained in:
parent
d7458d5beb
commit
faf8309629
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -54,10 +54,11 @@ jobs:
|
||||
VUnit:
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
container: ghdl/vunit:llvm
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: python3 ./run.py -p10
|
||||
- uses: docker://ghdl/vunit:llvm
|
||||
with:
|
||||
args: python3 ./run.py -p10
|
||||
|
||||
symbiflow:
|
||||
strategy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user