Skip to content

Commit

Permalink
m1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Oct 4, 2023
1 parent 8a6eb60 commit 4a13911
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:

validate:
name: Validate installation
intel:
name: Validate intel
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,4 +27,20 @@ jobs:
/usr/local/bin/redis-stack-server -h &
- name: try to redis-stack
run:
redis-cli ping
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

0 comments on commit 4a13911

Please sign in to comment.