ci: in job 'VUnit' use a container step instead of a container job
authorumarcor <unai.martinezcorral@ehu.eus>
Wed, 21 Jul 2021 16:04:15 +0000 (18:04 +0200)
committerumarcor <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

index 4f5fbe6aac07714bdea3ff4ce30ff2f857e5d32b..51cd5e1e0a810a6888f4bc27fb43a015ffa989c3 100644 (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: