Skip to content

🦊 Add style prop to Grid and GridItem (#87) #121

🦊 Add style prop to Grid and GridItem (#87)

🦊 Add style prop to Grid and GridItem (#87) #121

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test