Skip to content

Commit

Permalink
feature(git-actions): new action to test hydra on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Dec 23, 2024
1 parent ff999a0 commit 0b71f03
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-hydra-macos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: macos-13
env:
AWS_ACCESS_KEY_ID: ${{ secrets.QA_USER_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.QA_USER_AWS_SECRET_ACCESS_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Docker
uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Run Hydra
run: ./docker/env/hydra.sh list-images

0 comments on commit 0b71f03

Please sign in to comment.