From 4a13911121182c85d8792bc2ca38c0c7b7f2bc0c Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 4 Oct 2023 15:06:30 +0300 Subject: [PATCH] m1 test --- .github/workflows/integration.yml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fc657d7..bf156a0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,8 +13,8 @@ on: jobs: - validate: - name: Validate installation + intel: + name: Validate intel runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -27,4 +27,20 @@ jobs: /usr/local/bin/redis-stack-server -h & - name: try to redis-stack run: - redis-cli ping \ No newline at end of file + redis-cli ping + + m1: + name: Validate arm64 + runs-on: macos-latest-large + steps: + - uses: actions/checkout@v3 + - name: test in the installations + run: | + brew install --cask Casks/redis-stack-server.rb + brew install --cask Casks/redis-stack-redisinsight.rb + - name: run redis-stack + run: + /opt/homebrew/bin/redis-stack-server -h & + - name: try to redis-stack + run: + redis-cli ping