Add pre sanity

Signed-off-by: rorajani <rorajani@nvidia.com>
This commit is contained in:
rorajani 2023-05-22 20:09:36 +05:30
parent 5bc72b70b8
commit cda96f2f9e
No known key found for this signature in database
GPG Key ID: 9B594F1F3C6EE6BB
2 changed files with 23 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
if: | if: |
contains( '\ contains( '\
anstockatnv,\ anstockatnv,\
rohitrajani2018,\ rorajani,\
cdesiniotis,\ cdesiniotis,\
shivamerla,\ shivamerla,\
ArangoGutierrez,\ ArangoGutierrez,\

22
.github/workflows/pre-sanity.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Run pre sanity
# run this workflow for each commit
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build dev image
run: make .build-image
- name: Build
run: make docker-build
- name: Tests
run: make docker-coverage
- name: Checks
run: make docker-check