adding action to run when updates in aries freamework vcx folder. Tes… #2
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: CI for aries_framework_vcx | |
on: | |
push: | |
branches: | |
- aries-framework-vcx-uniffi-ios | |
paths: | |
- 'aries_framework_vcx/**' | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run Tests | |
run: | | |
# Add your test commands here | |
echo "CI for aries-vcx-framework run test" |