Skip to content

Commit 081bc1b

Browse files
committed
test linux
1 parent 24bf923 commit 081bc1b

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/test_linux.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ runner.os == 'Linux' }}
2424
uses: actions/setup-java@main
2525
with:
26-
java-version: "17"
26+
java-version: "temurin"
2727
distribution: "corretto"
2828
java-package: "jre"
2929

@@ -93,16 +93,12 @@ jobs:
9393
cp -r dist ./versions/99.0.${{ github.run_id }}/
9494
rm -r dist
9595
96-
# - name: Test File
97-
# run: |
98-
# cd chat2db-client/static/jre/legal/java.base
99-
# ls -la
100-
# rm ADDITIONAL_LICENSE_INFO
101-
# ls -la
102-
# cd ../jdk.zipfs
103-
# ls -la
104-
# rm ADDITIONAL_LICENSE_INFO
105-
# ls -la
96+
- name: Test File
97+
run: |
98+
cd chat2db-client/static/jre/
99+
ls -la
100+
rm -rf legal
101+
ls -la
106102
107103
# Linux
108104
- name: Build/release Electron app for Linux

0 commit comments

Comments
 (0)