Skip to content

build(deps): bump cookie and express in /src/main/frontend #99

build(deps): bump cookie and express in /src/main/frontend

build(deps): bump cookie and express in /src/main/frontend #99

name: Build and Test
on:
pull_request:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build and test
run: |
mvn -Pbuild-frontend clean verify
- name: Test frontend
run: |
cd src/main/frontend && npm test