Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TesteCICD

Java CI with Maven

GitHub Actions CI/CD Lab

Academic repository developed during my Software Engineering studies to explore Continuous Integration and Continuous Delivery (CI/CD) concepts using GitHub Actions.

The project contains practical experiments with workflow automation, Java, Maven, and Shell scripts.

🚀 Project Overview

The goal of this repository is to provide hands-on experience with CI/CD pipelines and automated development workflows.

The exercises explore how GitHub Actions can be used to automatically execute tasks during the software development lifecycle.

⚙️ GitHub Actions

The repository contains workflow configurations under:

.github/workflows/

These workflows are used to experiment with automated pipeline execution through GitHub Actions.

🛠️ Technologies

  • GitHub Actions
  • CI/CD
  • Java
  • Maven
  • Shell Script
  • Git
  • GitHub

📂 Repository Structure

.
├── .github/
│   └── workflows/
│       └── comprasCI.yml
│
├── Aula-GitHub-Actions/
│   ├── src/
│   └── pom.xml
│
├── scripts/
│   └── shell.sh
│
├── LICENSE
└── README.md

💡 Concepts Explored

This repository provided practical experience with:

  • Continuous Integration (CI)
  • Continuous Delivery concepts
  • GitHub Actions
  • Workflow configuration
  • Build automation
  • Maven projects
  • Shell scripting
  • Automated development pipelines

🎓 Academic Context

This repository was developed during my Software Engineering studies as a practical environment for learning CI/CD and development workflow automation.

It is maintained as part of my academic portfolio to document my early experience with DevOps practices and GitHub Actions.

📄 License

This project is licensed under the MIT License.

About

Academic CI/CD lab exploring workflow automation, build pipelines, and GitHub Actions with Java, Maven, and Shell scripts.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages