Skip to content

chore():refacto WebRTC + fix CI #20

chore():refacto WebRTC + fix CI

chore():refacto WebRTC + fix CI #20

Workflow file for this run

name: build-back
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: build
run: mvn -Dmaven.test.skip=true compile -f backend/pom.xml