Skip to content

Commit 2f31be2

Browse files
committed
CI/CD: Test
1 parent 489505c commit 2f31be2

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/release_test_2.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Test Client
1+
name: Build Test Client 2
22

33
on:
44
push:
@@ -11,24 +11,24 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- os: windows-latest
15-
file_extension: ".exe"
16-
file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test%20Setup%2099.0.${{ github.run_id }}-Test.exe"
17-
build_arg: "--win --x64"
18-
- os: macos-latest
19-
arch: x86_64
20-
file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg"
21-
file_extension: ".dmg"
22-
build_arg: "--mac --x64"
14+
# - os: windows-latest
15+
# file_extension: ".exe"
16+
# file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test%20Setup%2099.0.${{ github.run_id }}-Test.exe"
17+
# build_arg: "--win --x64"
18+
# - os: macos-latest
19+
# arch: x86_64
20+
# file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg"
21+
# file_extension: ".dmg"
22+
# build_arg: "--mac --x64"
2323
- os: macos-latest
2424
arch: arm64
2525
file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test-arm64.dmg"
2626
file_extension: ".dmg"
27-
build_arg: "--mac --arm64"
28-
- os: ubuntu-latest
29-
file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.AppImage"
30-
file_extension: ".AppImage"
31-
build_arg: "--linux"
27+
# build_arg: "--mac --arm64"
28+
# - os: ubuntu-latest
29+
# file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.AppImage"
30+
# file_extension: ".AppImage"
31+
# build_arg: "--linux"
3232
runs-on: ${{ matrix.os }}
3333

3434
steps:

0 commit comments

Comments
 (0)