From b4dcb73e30389cfbf4479e03c28ca91bc434baac Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 5 Aug 2021 16:18:58 +1000 Subject: [PATCH] Add store react to example CI --- .github/workflows/examples-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-ci.yml b/.github/workflows/examples-ci.yml index 220ce30aaa..8f5c7ad6cb 100644 --- a/.github/workflows/examples-ci.yml +++ b/.github/workflows/examples-ci.yml @@ -12,7 +12,7 @@ jobs: examples_build_and_test: strategy: matrix: - example: [ web-chat, eth-dm, min-react-js-chat ] + example: [ web-chat, eth-dm, min-react-js-chat, store-reactjs-chat ] runs-on: ubuntu-latest steps: