From 03567f78c285cf3af12bc34bbc9f346967bde7a9 Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Tue, 4 Jun 2024 15:24:37 +0200 Subject: [PATCH] Update test workflow --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d9a2322..75d214c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,9 +40,7 @@ jobs: uses: actions/checkout@v4 - name: create iso run: | - docker-compose build - docker-compose up - ls images/ + docker-compose up --build - name: verify image run: | - ls -lrt images/DAppNode-debian-bookworm-amd64.iso + ls -lrt images/Dappnode-*.iso