Skip to content

Commit

Permalink
infra: 필요없는 step 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chansooo committed Jun 9, 2024
1 parent babc769 commit 27720a8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ jobs:
shell: bash -l {0}
run: mise exec -- tuist test PPACIOS-Workspace

- name: Set build status to success
if: ${{ success() }}
run: echo "BUILD_STATUS=success" >> $GITHUB_ENV

- name: Set build status to failure
if: ${{ failure() }}
run: echo "BUILD_STATUS=failure" >> $GITHUB_ENV

outputs:
build_status: ${{ steps.build_and_test.outcome }}

notify-success:
name: Notify Discord on Success
runs-on: ubuntu-latest
Expand Down

0 comments on commit 27720a8

Please sign in to comment.