diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3eb1579..b1bae7b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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