Skip to content
Snippets Groups Projects
Verified Commit 2898efda authored by rorajani's avatar rorajani
Browse files

Add pre sanity check

parent 1584dc15
No related branches found
No related tags found
Loading
Pipeline #865845293 waiting for manual action
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
if: | if: |
contains( '\ contains( '\
anstockatnv,\ anstockatnv,\
rohitrajani2018,\ rorajani,\
cdesiniotis,\ cdesiniotis,\
shivamerla,\ shivamerla,\
ArangoGutierrez,\ ArangoGutierrez,\
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment