Merge pull request #6 from parithosh/add-test

adding install_test
This commit is contained in:
Parithosh Jayanthi 2023-01-10 10:38:28 +01:00 committed by GitHub
commit 094bd501b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ jobs:
uses: actions/checkout@v3.2.0
with:
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
- name: Install pyspec requirements
run: make install_test
- name: Run linter for pyspec
run: make lint
- name: Run linter for test generators