Skip to content

Vfep 1427 - add 3 Rspec tests to increase coverage (#1120) #159

Vfep 1427 - add 3 Rspec tests to increase coverage (#1120)

Vfep 1427 - add 3 Rspec tests to increase coverage (#1120) #159

Workflow file for this run

name: runs test on dev/staging
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Run Tests
run: |
make ci