Skip to content

feat: Change the source route for apps and networks #258

feat: Change the source route for apps and networks

feat: Change the source route for apps and networks #258

name: Pull Request Test
on:
pull_request:
branches: [main, develop, release/*]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: |
yarn
yarn build:module
- run: yarn run test
build-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: |
yarn
yarn build:module
yarn build:storybook
yarn build:service
# TODO: Apply when you're done setting up your storybook environment
# storybook-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: ./.github/actions/setup
# - run: run test:storybook