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: