Skip to content

Commit

Permalink
root: ci for pta root module
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 28, 2024
1 parent 20ba2aa commit bb4cfa2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 476 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/pta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Build Booking

on:
push:
branches: [ "main" ]
paths:
- 'pom.xml'
pull_request:
branches: [ "main" ]
paths:
- 'pom.xml'
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
282 changes: 0 additions & 282 deletions doc/openapi.json

This file was deleted.

Loading

0 comments on commit bb4cfa2

Please sign in to comment.