Skip to content

Bugfix. Try to fix list rules protocol error. #414

Bugfix. Try to fix list rules protocol error.

Bugfix. Try to fix list rules protocol error. #414

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