Skip to content

Commit

Permalink
ci: clean main
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 6, 2024
1 parent 2a14a75 commit c7ff350
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@ on:
- develop
pull_request:

jobs:
install:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
architecture: x64

test-backend:
needs: install
steps:name: CI devops
on:
push:
branches:
- main
- develop
pull_request:

jobs:
install:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -129,7 +105,7 @@ jobs:
needs:
- test-backend
- sonarcloud
steps:
- name: Login to DockerHub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit c7ff350

Please sign in to comment.