1
0
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:
umarcor 2021-07-21 18:04:15 +02:00
parent d7458d5beb
commit faf8309629

View File

@ -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: