From 41daa50fdfb22034f4bc37234195d0fbf52c7f02 Mon Sep 17 00:00:00 2001 From: utam0k Date: Wed, 29 Mar 2023 12:32:46 +0000 Subject: [PATCH] CI: Comment out featuretest. Signed-off-by: utam0k --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 106533ebe..49d009ef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,9 @@ jobs: - name: Build run: make youki-release - name: test - run: make unittest featuretest oci-tests + # TODO(utam0k): The feature test needs nightly + # run: make unittest featuretest oci-tests + run: make unittest oci-tests upload: name: Upload