Skip to content

adding action to run when updates in aries freamework vcx folder. Tes… #2

adding action to run when updates in aries freamework vcx folder. Tes…

adding action to run when updates in aries freamework vcx folder. Tes… #2

Workflow file for this run

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"