This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1688 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 8e43cc23cbdd09434f25455a4b20a1749eb97d99 Author: Richard Zowalla <r...@apache.org> AuthorDate: Fri Jan 17 12:43:37 2025 +0100 Revert "x" This reverts commit 28fb2d41dbf3474e843d8fd6f0d8771a62869d4d. --- .github/workflows/shell-tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/shell-tests.yml b/.github/workflows/shell-tests.yml index 44c4fa2c..28662b31 100644 --- a/.github/workflows/shell-tests.yml +++ b/.github/workflows/shell-tests.yml @@ -14,9 +14,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Setup Bats and bats libs - id: setup-bats - uses: bats-core/bats-action@3.0.0 + - name: Install Bats (Testing Framework) + run: | + sudo apt-get update + sudo apt-get install -y bats - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -56,9 +57,6 @@ jobs: - name: Run Bats Tests run: | bats ./opennlp-distr/src/test/sh - shell: bash env: JAVA_HOME: ${{ env.JAVA_HOME }} OPENNLP_HOME: ${{ env.OPENNLP_HOME }} - BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }} - TERM: xterm