Skip to content

Bump @carbon/react from 1.44.0 to 1.69.0 in /spiffworkflow-frontend #1637

Bump @carbon/react from 1.44.0 to 1.69.0 in /spiffworkflow-frontend

Bump @carbon/react from 1.44.0 to 1.69.0 in /spiffworkflow-frontend #1637

name: Dev Containers
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create dev environment
run: make dev-env
- name: Backend Unit tests
run: make be-tests-par