mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add extra Github action job for PR required checks configuration
This commit is contained in:
parent
e0a78d4400
commit
e90096e9dd
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -47,4 +47,13 @@ jobs:
|
|||||||
- name: Run Qunit
|
- name: Run Qunit
|
||||||
run: node_modules/.bin/grunt test
|
run: node_modules/.bin/grunt test
|
||||||
|
|
||||||
|
valid:
|
||||||
|
name: Build & tests
|
||||||
|
|
||||||
|
needs: grunt
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Grunt based tests passed
|
||||||
|
run: echo "✅"
|
||||||
|
Loading…
Reference in New Issue
Block a user