Skip to content

Commit

Permalink
adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Mar 22, 2024
1 parent 68d5b4b commit d20e675
Showing 1 changed file with 1 addition and 15 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

0 comments on commit d20e675

Please sign in to comment.