Redesign the properties of auto block feature to make it easier to co… #550
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: Test turms-client-swift | |
on: [ push, pull_request ] | |
jobs: | |
test: | |
runs-on: macos-15 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Build | |
working-directory: turms-client-swift | |
run: swift build -v | |
# - name: Test | |
# working-directory: turms-client-swift | |
# run: swift test -v |