Skip to content

Commit

Permalink
retry for ide/libs.git and ide/notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Jan 31, 2024
1 parent 9d0c09e commit c1dbdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ jobs:
run: ant $OPTS -f ide/libs.freemarker test

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

- name: ide/libs.graalsdk
run: ant $OPTS -f ide/libs.graalsdk test
Expand All @@ -683,7 +683,7 @@ jobs:
run: ant $OPTS -f ide/lsp.client test

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

- name: ide/o.openidex.util
run: ant $OPTS -f ide/o.openidex.util test
Expand Down

0 comments on commit c1dbdbd

Please sign in to comment.