From: umarcor Date: Wed, 21 Jul 2021 16:04:15 +0000 (+0200) Subject: ci: in job 'VUnit' use a container step instead of a container job X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=faf83096298c52f6dab66bb5ee90f2d8dc833cac;p=microwatt.git ci: in job 'VUnit' use a container step instead of a container job Signed-off-by: umarcor --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f5fbe6..51cd5e1 100644 --- 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: