Skip to content

Commit

Permalink
Merge pull request #4872 from mbien/ci-retry-micronaut-tests
Browse files Browse the repository at this point in the history
wrap unreliable micronaut tests in retry script for now
  • Loading branch information
neilcsmith-net authored Oct 28, 2022
2 parents e60f76c + 8c82a4c commit 5eb347d
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 @@ -1651,8 +1651,8 @@ jobs:
- name: Extract
run: tar --zstd -xf build.tar.zst

- name: micronaut
run: ant $OPTS -f enterprise/micronaut test
- name: enterprise/micronaut
run: .github/retry.sh ant $OPTS -f enterprise/micronaut test

- name: spring.webmvc
run: ant $OPTS -f enterprise/spring.webmvc test
Expand Down

0 comments on commit 5eb347d

Please sign in to comment.