Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

findbugs 3.0.2 #21

Merged
merged 4 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading