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 fb843ed6bc169d1d29b0b901f9bb3f69fa20977a
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Fri Jan 17 13:01:06 2025 +0100

    x
---
 .github/workflows/shell-tests.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/shell-tests.yml 
b/.github/workflows/shell-tests.yml
index f373cbba..6469e873 100644
--- a/.github/workflows/shell-tests.yml
+++ b/.github/workflows/shell-tests.yml
@@ -132,25 +132,21 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v4
 
-      # Install Pester for PowerShell testing
       - name: Install Pester
         run: |
           Install-Module -Name Pester -Force -Scope CurrentUser
           Import-Module Pester
         shell: pwsh
 
-      # Set up JDK 17 for Windows (using Temurin distribution)
       - name: Set up JDK 17
         uses: actions/setup-java@v4
         with:
           distribution: temurin
           java-version: 17
 
-      # Build with Maven (same as the Linux setup)
       - name: Build with Maven
         run: mvn -V clean install --no-transfer-progress -Pci -DskipTests=true
 
-      # Find and Extract OpenNLP Distribution
       - name: Find and Extract OpenNLP Distribution
         run: |
           # Find the first non-src .tar.gz file in the target directory
@@ -173,13 +169,11 @@ jobs:
           echo "OPENNLP_HOME=$env:USERPROFILE\$EXTRACTED_DIR" >> $GITHUB_ENV
           echo "$env:USERPROFILE\$EXTRACTED_DIR\bin" >> $GITHUB_PATH
 
-      # Verify Extraction
       - name: Verify Extraction
         run: |
           echo "OPENNLP_HOME: $env:OPENNLP_HOME"
           dir $env:OPENNLP_HOME\bin
 
-      # Run Pester Tests for opennlp.bat
       - name: Run Pester Tests
         run: |
           Invoke-Pester -Script 
"./opennlp-distr/test/ps/test_opennlp.Tests.ps1" -Output Detailed

Reply via email to