Skip to content

Commit d4822d0

Browse files
committed
chore: comment out test-job in release workflow
- Temporarily commented out the test-job and its dependency in the release workflow as part of ongoing implementation efforts. - This change reflects the current status of the CI setup while transitioning to Bun.
1 parent 23bf0c7 commit d4822d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ env:
3333
DISTROS: alpine,debian-slim,debian
3434

3535
jobs:
36-
test-job:
37-
uses: ./.github/workflows/ci.yml
36+
# TODO: To be implemented
37+
# test-job:
38+
# uses: ./.github/workflows/ci.yml
3839
build-job:
39-
needs: test-job
40+
# TODO: To be implemented
41+
# needs: test-job
4042
runs-on: ubuntu-latest
4143
steps:
4244
- name: Checkout code

0 commit comments

Comments
 (0)