Skip to content

Commit

Permalink
Merge pull request #573 from cardano-foundation/qa/dtis-546-e2e-ci
Browse files Browse the repository at this point in the history
dtis-546 e2e ci new workflow file
  • Loading branch information
obstar authored Jul 11, 2024
2 parents 0700754 + e143975 commit d48c84c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mobile e2e tests
on:
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Install dependencies
run: npm ci

0 comments on commit d48c84c

Please sign in to comment.