From 6e7d9a55b35d2ede00d43c88ef3fe62153051139 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Thu, 12 Oct 2023 16:15:30 +0200 Subject: [PATCH] Fix: Enable all the platform tests. --- .github/workflows/test-on-droplets-matrix.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test-on-droplets-matrix.yml b/.github/workflows/test-on-droplets-matrix.yml index 283b5c7f9..353c47dc4 100644 --- a/.github/workflows/test-on-droplets-matrix.yml +++ b/.github/workflows/test-on-droplets-matrix.yml @@ -15,19 +15,19 @@ jobs: # Check compatibility with all supported OSes. os_config: -# - os_name: "Debian 11" -# os_image: "debian-11-x64" -# alias: "debian-11" -# package_build_command: "all-podman-debian-11" -# package_name: "aleph-vm.debian-11.deb" -# concurrency_group: "droplet-aleph-vm-debian-11" - -# - os_name: "Debian 12" -# os_image: "debian-12-x64" -# alias: "debian-12" -# package_build_command: "all-podman-debian-12" -# package_name: "aleph-vm.debian-12.deb" -# concurrency_group: "droplet-aleph-vm-debian-12" + - os_name: "Debian 11" + os_image: "debian-11-x64" + alias: "debian-11" + package_build_command: "all-podman-debian-11" + package_name: "aleph-vm.debian-11.deb" + concurrency_group: "droplet-aleph-vm-debian-11" + + - os_name: "Debian 12" + os_image: "debian-12-x64" + alias: "debian-12" + package_build_command: "all-podman-debian-12" + package_name: "aleph-vm.debian-12.deb" + concurrency_group: "droplet-aleph-vm-debian-12" - os_name: "Ubuntu 22.04" os_image: "ubuntu-22-04-x64"