Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 12, 2024
1 parent 72b16ee commit 058210c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ jobs:
- name: Build and test
run: |
swift build -c debug
- name: Generate momd
run: |
/Applications/Xcode.app/Contents/Developer/usr/bin/momc \
./AtalaPrismSDK/Pluto/Sources/Resources/PrismPluto.xcdatamodeld \
.build/debug/AtalaPRISMSDK_Pluto.bundle/PrismPluto.momd
swift test --enable-code-coverage
- name: Generate lcov
run: |
xcrun llvm-cov export \
-format="lcov" \
.build/debug/AtalaPRISMSDKPackageTests.xctest/Contents/MacOS/AtalaPRISMSDKPackageTests \
Expand Down

0 comments on commit 058210c

Please sign in to comment.