Skip to content

Commit

Permalink
Merge pull request #21 from Codeforces/dev-mikemirzayanov
Browse files Browse the repository at this point in the history
findbugs 3.0.2
  • Loading branch information
MikeMirzayanov authored Mar 22, 2024
2 parents 0f775f7 + d20e675 commit d59ab0a
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 409 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ jobs:
run: |
cd code
mvn --batch-mode install
- name: Test Demo
run: |
cd demo
mvn --batch-mode test
services:
mariadb:
image: mariadb
ports:
- 3307:3306
env:
MARIADB_DATABASE: jacuzzi
MARIADB_USER: jacuzzi
MARIADB_PASSWORD: jacuzzi
MARIADB_RANDOM_ROOT_PASSWORD: true
deploy:
if: github.ref == 'refs/heads/master' && github.repository_owner == 'Codeforces'
needs: test
Expand All @@ -56,4 +42,4 @@ jobs:
- name: Deploy
run: |
cd code
mvn --batch-mode deploy -DskipTests
mvn --batch-mode deploy
Loading

0 comments on commit d59ab0a

Please sign in to comment.