Skip to content

Feature/jira datacenter token strategy #9

Feature/jira datacenter token strategy

Feature/jira datacenter token strategy #9

name: Test build frontend
on:
push:
branches:
- main
pull_request:
jobs:
build-frontend:
name: Build frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21.x
cache: npm
cache-dependency-path: "**/package-lock.json"
- name: Install frontend dependencies
run: npm ci
working-directory: frontend
- name: Build frontend
run: npm run build
working-directory: frontend