Skip to content

Merge pull request #13 from gabrielduete/feat/sections-providers-and-… #21

Merge pull request #13 from gabrielduete/feat/sections-providers-and-…

Merge pull request #13 from gabrielduete/feat/sections-providers-and-… #21

Workflow file for this run

name: Run Tests Project
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn
- run: yarn jest