Skip to content

Commit

Permalink
chore: 액션 Job 이름 수정 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Jul 12, 2024
1 parent aa2f2b3 commit f888faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}

jobs:
build:
code-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}

jobs:
build:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f888faf

Please sign in to comment.