Skip to content

Merge pull request #1252 from gluestack/main #1643

Merge pull request #1252 from gluestack/main

Merge pull request #1252 from gluestack/main #1643

Workflow file for this run

# name: 'Integration test'
# run-name: 'Integration Test'
# on: [pull_request]
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - uses: actions/setup-node@v3
# with:
# node-version: 16.x
# - name: Run Tests
# run: |
# yarn
# yarn build
# cd example/storybook
# yarn test