Skip to content

Commit

Permalink
github: add new pr verification step for functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@anchore.com>
  • Loading branch information
Alfredo Deza committed Dec 8, 2020
1 parent a06a6a5 commit 9616316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -10,3 +10,9 @@ jobs:
- run: npm ci
- run: npm audit --production
- run: npm test -- --testPathIgnorePatterns action.test.js

functional:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make check

0 comments on commit 9616316

Please sign in to comment.