Skip to content

Commit

Permalink
env test
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent d73d92a commit 8f13d51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: examples/Rn069/android/app/build/outputs/apk/release/app-release.apk
include-tags: android
13 changes: 13 additions & 0 deletions .github/workflows/env-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Env test

on:
push:

jobs:
env-test:
name: Env test
runs-on: macos-13
environment: e2e

steps:
- uses: actions/checkout@v3

0 comments on commit 8f13d51

Please sign in to comment.