Skip to content

fix: use recommendations feed on live event screen (#617) #1451

fix: use recommendations feed on live event screen (#617)

fix: use recommendations feed on live event screen (#617) #1451

name: Test - Unit, Integration, Snapshot
on:
push:
branches: ['develop', 'release']
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: yarn install and test
run: |
yarn
yarn test
env:
CI: true