From de7a3795cbbf023b3f58beebd18ab67b8f9c4fd3 Mon Sep 17 00:00:00 2001 From: Felipe Olmos Date: Tue, 3 Oct 2023 20:19:07 +0200 Subject: [PATCH] WIP test-khiops-install --- .github/workflows/pack-debian.yml | 2 +- .github/workflows/pack-rpm.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pack-debian.yml b/.github/workflows/pack-debian.yml index 58eb8c6e7..16bd1326c 100644 --- a/.github/workflows/pack-debian.yml +++ b/.github/workflows/pack-debian.yml @@ -91,7 +91,7 @@ jobs: khiops -v khiops_coclustering -v - name: Test Khiops and Khiops Coclustering - uses: ./.github/actions/test-khiops + uses: ./.github/actions/test-khiops-install test-kni-deb: needs: build-deb-package runs-on: ubuntu-latest diff --git a/.github/workflows/pack-rpm.yml b/.github/workflows/pack-rpm.yml index e7943b54f..3c6897f78 100644 --- a/.github/workflows/pack-rpm.yml +++ b/.github/workflows/pack-rpm.yml @@ -91,7 +91,7 @@ jobs: run: | yum install -y ./artifacts/khiops-* - name: Test Khiops and Khiops Coclustering - uses: ./.github/actions/test-khiops + uses: ./.github/actions/test-khiops-install test-kni-rpm: needs: build-rpm-package runs-on: ubuntu-latest @@ -107,7 +107,7 @@ jobs: steps: - name: Put OS info on the environment run: | - source /etc/os-release + source /etc/os-release echo "ID=$ID" >> "$GITHUB_ENV" VERSION=$(echo $PLATFORM_ID | cut -d":" -f2) echo "VERSION=$VERSION" >> "$GITHUB_ENV" @@ -119,7 +119,7 @@ jobs: - name: Install KNI package run: | yum update -y - yum install -y ./artifacts/kni* + yum install -y ./artifacts/kni* - name: Checkout sources uses: actions/checkout@v3 with: