Skip to content

Commit

Permalink
WIP test-khiops-install
Browse files Browse the repository at this point in the history
  • Loading branch information
folmos-at-orange committed Oct 4, 2023
1 parent 382a5d3 commit de7a379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pack-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit de7a379

Please sign in to comment.