Remove logging from ReloadPolicy #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run tests | |
on: | |
push: | |
branches-ignore: | |
- website | |
jobs: | |
model-tests: | |
name: ReviewCountModel tests | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Switch to Xcode 16.2 | |
run: sudo xcode-select -s /Applications/Xcode_16.2.app | |
- run: swift --version | |
- run: swift test | |
working-directory: ./ReviewCountModel |