Merge branch 'pre-sanity-check' into 'main'

Add pre sanity check for gothub repo

See merge request nvidia/container-toolkit/container-toolkit!396
This commit is contained in:
Evan Lezar 2023-05-25 14:35:43 +00:00
commit 8df4a98d7b
2 changed files with 23 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
if: |
contains( '\
anstockatnv,\
rohitrajani2018,\
rorajani,\
cdesiniotis,\
shivamerla,\
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