projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7458d5
)
ci: in job 'VUnit' use a container step instead of a container job
author
umarcor
<unai.martinezcorral@ehu.eus>
Wed, 21 Jul 2021 16:04:15 +0000
(18:04 +0200)
committer
umarcor
<unai.martinezcorral@ehu.eus>
Sat, 31 Jul 2021 12:09:44 +0000
(14:09 +0200)
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index 4f5fbe6aac07714bdea3ff4ce30ff2f857e5d32b..51cd5e1e0a810a6888f4bc27fb43a015ffa989c3 100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-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: