Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 971dbc7

Browse files
committed
ci: skip test and correctly checkout
1 parent 4bf92e5 commit 971dbc7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ jobs:
146146
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "editors/vscode/out/"
147147
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "contrib/typst-preview/editors/vscode/out/"
148148
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "tinymist-${{ env.target }}$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )"
149-
- name: Test tinymist
150-
run: |
151-
cargo test --profile=gh-release --workspace --target ${{ matrix.rust-target }}
152-
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') && (matrix.platform == 'linux') && (matrix.arch == 'x64')
153149
- name: Upload split debug symbols for windows
154150
if: matrix.platform == 'win32' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
155151
uses: actions/upload-artifact@v4
@@ -213,9 +209,9 @@ jobs:
213209
steps:
214210
- name: Install dependencies
215211
run: apk add --no-cache git clang lld musl-dev nodejs npm yarn binutils
216-
- name: Checkout repository
217-
uses: actions/checkout@v4
212+
- uses: actions/checkout@v4
218213
with:
214+
repository: Myriad-Dreamin/tinymist
219215
submodules: recursive
220216
- name: Run rust-cache
221217
uses: Swatinem/rust-cache@v2
@@ -282,6 +278,7 @@ jobs:
282278
steps:
283279
- uses: actions/checkout@v4
284280
with:
281+
repository: Myriad-Dreamin/tinymist
285282
submodules: recursive
286283
- uses: actions/download-artifact@v4
287284
with:

0 commit comments

Comments
 (0)