Skip to content

Commit

Permalink
chore: run server tests in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Sep 25, 2023
1 parent 78bd75f commit 458db8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: $MVN clean compile

- name: run test
run: $MVN test -pl '!:interweb-server'
run: $MVN test
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- '*'
release:
types: [ published ]

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 0 additions & 4 deletions interweb-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ quarkus.http.port=8030
quarkus.native.additional-build-args=-march=x86-64-v2

quarkus.datasource.db-kind=mariadb
quarkus.datasource.username=username
quarkus.datasource.password=password

quarkus.datasource.reactive.url=mariadb://localhost:3306/interweb
quarkus.datasource.reactive.max-size=20

quarkus.hibernate-orm.database.generation=update
Expand Down

0 comments on commit 458db8c

Please sign in to comment.