Skip to content

Commit

Permalink
[#48] Fastlane ๋„์ž…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent 5f0107a commit 41da02e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/cicd-automation.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name: CI/CD Automation
name: CI/CD Automation Tests

on:
pull_request:
branches:
- qa

push:
branches:
- cicd-automation

jobs:
Distribute:
CICD_Automation_Tests:
runs-on: macos-latest
environment: Configuration Files
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2

# - name: Install Tuist
# run: |
Expand Down Expand Up @@ -50,4 +49,12 @@ jobs:
- name: Build Project
run: |
tuist build
tuist build
- name: Run Tests via Tuist
run: |
tuist test
- name: Run Tests via Fastlane
run: |
fastlane tests
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00017">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000189">

</testcase>


<testcase classname="fastlane.lanes" name="1: capture_screenshots" time="184.897631">
<testcase classname="fastlane.lanes" name="1: capture_screenshots" time="172.753046">

</testcase>

Expand Down

0 comments on commit 41da02e

Please sign in to comment.