This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 3e77a112a RATIS-1690. Disable fail-fast for unit check (#726)
3e77a112a is described below
commit 3e77a112ac59deb498403999a04bb8f9232e6da4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Aug 26 18:06:45 2022 +0200
RATIS-1690. Disable fail-fast for unit check (#726)
---
.github/workflows/post-commit.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/post-commit.yml
b/.github/workflows/post-commit.yml
index bdf37ba02..d80abfd18 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -120,7 +120,7 @@ jobs:
- grpc
- server
- misc
- fail-fast: ${{ github.event_name == 'pull_request' }}
+ fail-fast: false
steps:
# TEMPORARY WHILE GITHUB FIXES
https://github.com/actions/virtual-environments/issues/3185
- name: Add the current IP address, long hostname and short hostname
record to /etc/hosts file