Skip to content

chore(carrier): [CAR-6607] Updated clsx to v1.2.1 #643

chore(carrier): [CAR-6607] Updated clsx to v1.2.1

chore(carrier): [CAR-6607] Updated clsx to v1.2.1 #643

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
with:
cache-key: yarn-v4
node-version: 18
- run: yarn check:types
- run: yarn lint
- run: yarn test
- uses: codecov/[email protected]
- run: yarn build
docs:
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
with:
cache-key: yarn-v4
node-version: 18
- run: yarn docs
- id: deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
channelId: live
target: superdispatch-ui
projectId: ${{ secrets.FIREBASE_PROJECT }}
firebaseServiceAccount: ${{ secrets.FIREBASE_HOSTING_SERVICE_ACCOUNT_JSON }}
firebaseToolsVersion: '12.9.1'
e2e:
needs:
- checks
- docs
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
with:
cache-key: yarn-v4
node-version: 18
- run: yarn cypress install
- run: yarn cypress run
env:
CYPRESS_HOST: https://ui.superdispatch.org
visual-testing:
needs:
- checks
- docs
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
with:
cache-key: yarn-v4
node-version: 18
- run: yarn test-visual-ci https://ui.superdispatch.org
- if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: visual-tests
path: .loki