Skip to content

Commit 0b71f03

Browse files
committed
feature(git-actions): new action to test hydra on macos
1 parent ff999a0 commit 0b71f03

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
pull_request:
3+
branches:
4+
- master
5+
jobs:
6+
test:
7+
runs-on: macos-13
8+
env:
9+
AWS_ACCESS_KEY_ID: ${{ secrets.QA_USER_AWS_ACCESS_KEY_ID }}
10+
AWS_SECRET_ACCESS_KEY: ${{ secrets.QA_USER_AWS_SECRET_ACCESS_KEY }}
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
- name: Setup Docker
15+
uses: douglascamata/setup-docker-macos-action@v1-alpha
16+
- name: Run Hydra
17+
run: ./docker/env/hydra.sh list-images

0 commit comments

Comments
 (0)