Skip to content

Commit

Permalink
feat: #81 remove unused steps from ci/cd files (#82)
Browse files Browse the repository at this point in the history
* implement model classes following MVC pattern for Spring Boot backend

* Refactor model classes and annotations based on requirements

* Remove unused steps in CI/CD file for Backend

* Refactor CI/CD configuration: removed unnecessary steps from the service/translator yaml backend.
  • Loading branch information
NkwaTambe authored Mar 8, 2024
1 parent 54cdb35 commit 428bbf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -44,8 +39,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Backend
run: cd power-pay-backend && mvn package

- id: string
uses: ASzc/change-string-case-action@v6
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- name: Build Translator
run: cd power-pay-translator && cargo build --verbose && cargo test --verbose

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to the Docker registry
id: login
Expand Down

0 comments on commit 428bbf0

Please sign in to comment.