Skip to content

Add new "Test data" tab to container details view #24

Add new "Test data" tab to container details view

Add new "Test data" tab to container details view #24

Workflow file for this run

# Workflow to check if the Angular app builds successfully
name: Build Angular App
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install Dependencies
run: npm install
- name: Build
run: npm run ng build