Skip to content

Commit 2b94c0a

Browse files
committed
Temporary disable matrix
1 parent 4422d9d commit 2b94c0a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ jobs:
121121
runs-on: ubuntu-24.04
122122
needs:
123123
- changes
124-
strategy:
125-
fail-fast: false
126-
matrix:
127-
ubuntu_version: ["20.04", "24.04"]
124+
# strategy:
125+
# fail-fast: false
126+
# matrix:
127+
# ubuntu_version: ["20.04", "24.04"]
128128
steps:
129129
- uses: actions/setup-go@v5
130130
with:

Makefile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LOCALNET_DIR ?= .localnet
1313
LOCALNET_DOCKER_NETWORK = "distributed-compliance-ledger_localnet"
1414

1515
IMAGE_NAME = "dcledger"
16-
UBUNTU_VERSION ?= 20.04
16+
UBUNTU_VERSION ?= "20.04"
1717

1818
remove_containers = $(if $(1),docker rm -f $(1),true)
1919
localnet_containers = $(shell docker ps --format '{{.ID}}' --filter network=$(LOCALNET_DOCKER_NETWORK))

0 commit comments

Comments
 (0)