Skip to content

docs(doc): update README #4

docs(doc): update README

docs(doc): update README #4

Workflow file for this run

name: Wear OS CI/CD
on:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: echo "test build"
unit-test:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: echo "run unit test"