Skip to content

Delete main.yml

Delete main.yml #4

Workflow file for this run

name: Build Android and iOS
on:
push:
branches:
- main
jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: |
npm install
- name: Run tests
run: |
npm test