Coder Social home page Coder Social logo

test-java11-17's Introduction

GitHub Actions 및 act 테스트 프로젝트

이 프로젝트는 GitHub Actions와 act를 활용하여 CI/CD 파이프라인을 테스트하고 로컬 환경에서 실행하는 것을 목적으로 합니다.

프로젝트 개요

  • 목적: GitHub Actions 워크플로우 테스트 및 로컬 실행
  • 사용 기술: GitHub Actions, act
  • JDK 버전: 11 ~ 17
  • 실행 환경: 로컬 컨테이너 기반

시작하기

필수 조건

  • JDK 11 ~ 17
  • Docker
  • act (GitHub Actions 로컬 실행 도구)

설치 및 실행

  1. 저장소 클론:

    git clone [저장소 URL]
    cd [프로젝트 디렉토리]
  2. act 설치 (아직 설치하지 않은 경우):

    # macOS
    brew install act
    
    # Linux
    curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
    
    # Windows
    winget install -e --id Nektos.Act
  3. GitHub Actions 워크플로우 로컬 실행:

    act

일반 빌드 방법

프로젝트를 빌드하려면 다음 명령어를 사용하세요: .\mvnw clean package 빌드 확인 필수 !!

파워쉘 실행 테스트

Set-ExecutionPolicy -Scope CurrentUser RemoteSigned .\local-build-and-run.ps1

##도커 실행전 확인 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

워크플로우 설명

(여기에 프로젝트의 주요 워크플로우 파일들과 그 역할에 대한 간단한 설명을 추가하세요)

기여 방법

  1. 이 저장소를 포크합니다.
  2. 새 브랜치를 생성합니다: git checkout -b feature/새기능
  3. 변경사항을 커밋합니다: git commit -am '새 기능 추가'
  4. 브랜치를 푸시합니다: git push origin feature/새기능
  5. Pull Request를 제출합니다.

라이선스

이 프로젝트는 [라이선스 이름] 하에 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.

test-java11-17's People

Contributors

masterplexdev avatar devpanic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.