Skip to content

Commit 2bb618f

Browse files
feat: add ubuntu test
1 parent 9dac9fc commit 2bb618f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
ls -lrt images/Dappnode-debian-*.iso
5454
5555
# Create Ubuntu ISO
56-
# - name: create Ubuntu ISO
57-
# run: |
58-
# export BASE_OS=ubuntu
59-
# export UNATTENDED=true
60-
# docker compose up --build
61-
# ls images/
56+
- name: create Ubuntu ISO
57+
run: |
58+
export BASE_OS=ubuntu
59+
export UNATTENDED=true
60+
docker compose up --build
61+
ls images/
6262
6363
# Verify Ubuntu ISO creation
64-
# - name: verify Ubuntu ISO
65-
# run: |
66-
# ls -lrt images/Dappnode-ubuntu-*.iso
64+
- name: verify Ubuntu ISO
65+
run: |
66+
ls -lrt images/Dappnode-ubuntu-*.iso

0 commit comments

Comments
 (0)