init commit,
This commit is contained in:
18
99_references/cf-identity-wallet-main/.github/workflows/e2e_mobile_tests.yaml
vendored
Normal file
18
99_references/cf-identity-wallet-main/.github/workflows/e2e_mobile_tests.yaml
vendored
Normal file
@@ -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
|
Reference in New Issue
Block a user