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
The following commit(s) were added to refs/heads/OPENNLP-1688 by this push:
new 14155866 x
14155866 is described below
commit 141558668ca0211c3b2c45aae4f6471f9e2820a7
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 17 13:25:28 2025 +0100
x
---
.github/workflows/shell-tests.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/shell-tests.yml
b/.github/workflows/shell-tests.yml
index 480f8e06..4ff6e1ad 100644
--- a/.github/workflows/shell-tests.yml
+++ b/.github/workflows/shell-tests.yml
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: Shell Bats CI
+name: Shell Tests CI
on:
push:
@@ -147,7 +147,7 @@ jobs:
- name: Build with Maven
run: mvn -V clean install --no-transfer-progress -Pci -DskipTests=true
- - name: Run Pester Tests
+ - name: Run Pester Tests # (one step to avoid environment issues on
Windows)
run: |
# Find the first non-src .tar.gz file in the target directory
$TAR_FILE = Get-ChildItem -Path opennlp-distr/target -Filter
"*.tar.gz" | Where-Object { $_.Name -notlike "*-src*" } | Select-Object -First 1
@@ -173,7 +173,7 @@ jobs:
echo "OPENNLP_HOME=$OPENNLP_HOME_PATH" >> $GITHUB_ENV
echo "$OPENNLP_HOME_PATH\bin" >> $GITHUB_PATH
- Invoke-Pester -Script
"./opennlp-distr/test/ps/test_opennlp.Tests.ps1" -Output Detailed
+ Invoke-Pester -Script
"./opennlp-distr/src/test/ps/test_opennlp.Tests.ps1" -Output Detailed
shell: pwsh
env:
JAVA_HOME: ${{ env.JAVA_HOME }}
\ No newline at end of file