Skip to content

rfac: project file structure seperated for backend and frontend #2

rfac: project file structure seperated for backend and frontend

rfac: project file structure seperated for backend and frontend #2

Workflow file for this run

name: CI Workflow
on:
pull_request:
branches: [ master, main ]
paths:
- 'backend/src/**'
push:
branches: [master, main]
paths:
- 'backend/src/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build and test
run: mvn clean install