Skip to content

Merge pull request #7 from spbu-coding-2023/test #4

Merge pull request #7 from spbu-coding-2023/test

Merge pull request #7 from spbu-coding-2023/test #4

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
push:
branches: [ "main", "dev"]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build source code
run: ./gradlew build -x test
- name: Run tests with jacoco
run: ./gradlew test