Skip to content

Update README.md

Update README.md #14

Workflow file for this run

name: Test
on: [pull_request, workflow_dispatch]
jobs:
mobile-lab:
runs-on: ubuntu-latest
environment: mobile-lab
steps:
- name: Say hello world
run: echo Hello, world!