feat: update to use expo clipboard #158
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: node:13.4.0 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Run Jest | |
uses: stefanoeb/[email protected] | |
- name: Run Unit Test | |
run: npm install && npm test | |