Skip to content

Commit

Permalink
Test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOnet committed Dec 7, 2023
1 parent dff0279 commit 0802dbd
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 3.1.2
# bundler-cache: true

# - name: Check Cache
# uses: actions/cache@v2
Expand All @@ -28,16 +28,16 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-pods-

- name: Swift Lint
run: brew install swiftlint && swiftlint lint --strict
# - name: Swift Lint
# run: brew install swiftlint && swiftlint lint --strict

# - name: Pod Install
# if: steps.cocoapods-cache.outputs.cache-hit != 'true'
# run: bundle exec pod install

- name: Clean Xcode DerivedData
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData/
# - name: Clean Xcode DerivedData
# run: |
# rm -rf ~/Library/Developer/Xcode/DerivedData/

# - name: Run Unit Tests
# env:
Expand All @@ -53,7 +53,8 @@ jobs:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Generate plantuml
uses: grassedge/generate-plantuml-action@v1.5
id: plantuml
uses: grassedge/generate-plantuml-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 0802dbd

Please sign in to comment.