From aa4d66fab58ea264e406f4f77021bd5dbcf2f263 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 7 Jan 2022 17:19:33 +1100 Subject: [PATCH] Add to 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 e0d60e0532..511ba8f099 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-pm, eth-pm-wallet-encryption, min-react-js-chat, store-reactjs-chat ] + example: [ web-chat, eth-pm, eth-pm-wallet-encryption, min-react-js-chat, relay-reactjs-chat, store-reactjs-chat ] runs-on: ubuntu-latest steps: