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 33575de commit dff0279
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ jobs:
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData/
- name: Run Unit Tests
env:
DESTINATION: platform=${{ matrix.destination }}
SWIFT_VERSION: ${{ matrix.swift-version }}
run: |
bundle exec fastlane test_ci
bundle exec slather
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Run Unit Tests
# env:
# DESTINATION: platform=${{ matrix.destination }}
# SWIFT_VERSION: ${{ matrix.swift-version }}
# run: |
# bundle exec fastlane test_ci
# bundle exec slather

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Generate plantuml
uses: grassedge/generate-plantuml-action@v1.5
Expand Down

0 comments on commit dff0279

Please sign in to comment.