From db8a2ab89ea4fb1707c5802ab169f98c5f85c360 Mon Sep 17 00:00:00 2001 From: Sergey Volynkin Date: Tue, 3 Dec 2019 12:23:03 +0300 Subject: [PATCH] Update README.md Fix for the the "The smallest meaningful setup" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac308e2..7922711 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ workflows: push: jobs: - react/install - - react/test + - react/test: requires: - react/install ```