Skip to content

Commit e90096e

Browse files
committed
Build: Add extra Github action job for PR required checks configuration
1 parent e0a78d4 commit e90096e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,13 @@ jobs:
4747
- name: Run Qunit
4848
run: node_modules/.bin/grunt test
4949

50+
valid:
51+
name: Build & tests
5052

53+
needs: grunt
54+
55+
runs-on: ubuntu-latest
56+
57+
steps:
58+
- name: Grunt based tests passed
59+
run: echo "✅"

0 commit comments

Comments
 (0)