Merge pull request #1251 from gluestack/release/@gluestack-ui/themed@… #1644
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: '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 |