Skip to content

Bugfix. Make the dashboard load only rules created less than 15 days ago. #415

Bugfix. Make the dashboard load only rules created less than 15 days ago.

Bugfix. Make the dashboard load only rules created less than 15 days ago. #415

Workflow file for this run

name: Build Rucio WebUI Component Library & React App
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 🔧
run: |
npm install --legacy-peer-deps
- name: Build Storybook 🔧
run: |
npm run build-storybook
- name: Build NextJS App 🔧
run: |
npm run build