Skip to content

Commit

Permalink
Build: Add extra Github action job for PR required checks configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Dec 6, 2021
1 parent e0a78d4 commit e90096e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -47,4 +47,13 @@ jobs:
- name: Run Qunit
run: node_modules/.bin/grunt test

valid:
name: Build & tests

needs: grunt

runs-on: ubuntu-latest

steps:
- name: Grunt based tests passed
run: echo "✅"

0 comments on commit e90096e

Please sign in to comment.