Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
📝 작업 내용
📌 요약
swift build,swift test를 수행하도록 워크플로우를 수정🔍 상세
Package.swift를 저장소 루트로 이동했습니다.Nexa/Sources,Nexa/Tests하위에 있던 패키지 소스와 테스트를 각각 루트Sources,Tests로 이동build.yml,test.yml에서 하위 디렉토리 기준으로 동작하던 설정을 제거하고 루트 패키지 기준으로 실행되도록 변경deploy-spm.yml을 추가해 다음 순서로 수동 배포가 가능하도록 구성workflow_dispatch로 버전과 릴리즈 노트 입력swift test실행 및 로그 아티팩트 업로드workflow_dispatch.inputs.description문자열을 quote 처리해 GitHub Actions YAML 파싱 오류를 해결