Skip to content

Commit 093221b

Browse files
committed
Disable broken NVC test.
1 parent da19a36 commit 093221b

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/push.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -98,27 +98,27 @@ jobs:
9898
# Docker (Linux) tests (NVC)
9999
#
100100

101-
nvc:
102-
runs-on: ubuntu-latest
103-
strategy:
104-
fail-fast: false
105-
matrix:
106-
task: [
107-
{do: 311-acceptance},
108-
{do: 311-vcomponents},
109-
]
110-
name: '🛳️ Container · ${{ matrix.task.do }} · NVC'
111-
steps:
112-
113-
- name: '🧰 Checkout'
114-
uses: actions/checkout@v4
115-
with:
116-
submodules: recursive
117-
118-
- name: '🚧 Run job'
119-
uses: docker://ghcr.io/vunit/dev/nvc
120-
with:
121-
args: tox -e py${{ matrix.task.do }}-nvc
101+
# nvc:
102+
# runs-on: ubuntu-latest
103+
# strategy:
104+
# fail-fast: false
105+
# matrix:
106+
# task: [
107+
# {do: 311-acceptance},
108+
# {do: 311-vcomponents},
109+
# ]
110+
# name: '🛳️ Container · ${{ matrix.task.do }} · NVC'
111+
# steps:
112+
113+
# - name: '🧰 Checkout'
114+
# uses: actions/checkout@v4
115+
# with:
116+
# submodules: recursive
117+
118+
# - name: '🚧 Run job'
119+
# uses: docker://ghcr.io/vunit/dev/nvc
120+
# with:
121+
# args: tox -e py${{ matrix.task.do }}-nvc
122122

123123
#
124124
# Windows (MSYS2) with 'nightly' GHDL

0 commit comments

Comments
 (0)