Skip to content

πŸ’„ :: [#76] Profile λ‘œκ·Έμ•„μ›ƒ νŒμ—… μΆ”κ°€ #181

πŸ’„ :: [#76] Profile λ‘œκ·Έμ•„μ›ƒ νŒμ—… μΆ”κ°€

πŸ’„ :: [#76] Profile λ‘œκ·Έμ•„μ›ƒ νŒμ—… μΆ”κ°€ #181

Workflow file for this run

name: Expo CI
on:
pull_request:
branches: [ "*" ]
push:
branches: [ "*" ]
jobs:
CI:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: '5.9'
- name: Build Project
run: swift build
- name: Send Success Notification to Discord
uses: sarisia/actions-status-discord@v1
if: ${{ success() }}
with:
title: CI 성곡!
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: 성곡
image: ${{ secrets.CI_SUCCESS_IMAGE }}
description: CIκ°€ μ„±κ³΅μ μœΌλ‘œ μ™„λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€.
color: 00FF00
username: CI Bot
url: https://github.com/School-of-Company/Expo-iOS
- name: Send Failure Notification to Discord
uses: sarisia/actions-status-discord@v1
if: ${{ failure() }}
with:
title: CI μ‹€νŒ¨!
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: μ‹€νŒ¨
image: ${{ secrets.CI_FAIL_IMAGE }}
description: CIκ°€ μ‹€νŒ¨ν–ˆμŠ΅λ‹ˆλ‹€. 둜그λ₯Ό ν™•μΈν•΄μ£Όμ„Έμš”.
color: FF0000
username: CI Bot
url: https://github.com/School-of-Company/Expo-iOS