Documentation for OCI added (#246) #52
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: Unit Testing for TerraformTaskV4 | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
unit-test: | |
name: Unit Test V4 Task | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Run Unit Tests | |
run: | | |
cd Tasks/TerraformTask/TerraformTaskV4 | |
npm install -include=dev | |
npm test |