Skip to content

Commit 8e43cc2

Browse files
committed
Revert "x"
This reverts commit 28fb2d4.
1 parent 28fb2d4 commit 8e43cc2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/shell-tests.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Setup Bats and bats libs
18-
id: setup-bats
19-
uses: bats-core/[email protected]
17+
- name: Install Bats (Testing Framework)
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y bats
2021
2122
- name: Set up JDK 17
2223
uses: actions/setup-java@v4
@@ -56,9 +57,6 @@ jobs:
5657
- name: Run Bats Tests
5758
run: |
5859
bats ./opennlp-distr/src/test/sh
59-
shell: bash
6060
env:
6161
JAVA_HOME: ${{ env.JAVA_HOME }}
6262
OPENNLP_HOME: ${{ env.OPENNLP_HOME }}
63-
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
64-
TERM: xterm

0 commit comments

Comments
 (0)