Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move all git and versioning tests to the versioning CI job #7092

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ changelog:
labels:
- 'VSCode Extension'

- title: 'Maintanance'
- title: 'Maintenance'
labels:
- 'Code cleanup'
- 'Upgrade Library'
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,12 +671,6 @@ jobs:
- name: ide/libs.freemarker
run: ant $OPTS -f ide/libs.freemarker test

- name: ide/git
run: .github/retry.sh ant $OPTS -f ide/git test-unit

- name: ide/libs.git
run: .github/retry.sh ant $OPTS -f ide/libs.git test

- name: ide/libs.graalsdk
run: ant $OPTS -f ide/libs.graalsdk test

Expand Down Expand Up @@ -755,15 +749,6 @@ jobs:
- name: ide/utilities
run: ant $OPTS -f ide/utilities test

- name: ide/versioning.masterfs
run: ant $OPTS -f ide/versioning.masterfs test

- name: ide/versioning.ui
run: ant $OPTS -f ide/versioning.ui test

- name: ide/versioning.util
run: ant $OPTS -f ide/versioning.util test

- name: ide/web.common
run: ant $OPTS -f ide/web.common test

Expand Down Expand Up @@ -2317,6 +2302,21 @@ jobs:
- name: Setup Env
run: echo "GIT_TEST_REPO=$HOME/git_test_repo" >> $GITHUB_ENV

- name: ide/git
run: .github/retry.sh ant $OPTS -f ide/git test-unit

- name: ide/libs.git
run: .github/retry.sh ant $OPTS -f ide/libs.git test

- name: ide/versioning.masterfs
run: ant $OPTS -f ide/versioning.masterfs test

- name: ide/versioning.ui
run: ant $OPTS -f ide/versioning.ui test

- name: ide/versioning.util
run: ant $OPTS -f ide/versioning.util test

- name: ide/versioning.core
run: ant $OPTS -f ide/versioning.core test-unit

Expand Down
Loading