From 9aa3962145885e4f981012c3af69035d6da5630f Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 8 Aug 2022 12:47:28 +1000 Subject: [PATCH] ci: lexical order examples --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b78e1..1a37cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,12 @@ jobs: matrix: example: [ - web-chat, - eth-pm, eth-pm-wallet-encryption, + eth-pm, + relay-angular-chat, relay-reactjs-chat, store-reactjs-chat, - relay-angular-chat, + web-chat ] runs-on: ubuntu-latest steps: