aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2021-12-03 19:27:15 +0100
committerFelix Nagel <fnagel@users.noreply.github.com>2021-12-06 20:47:34 +0100
commite90096e9dd25392118c2c578f490445870ced686 (patch)
treebee9fbb6c3da101e7b51411eaebf91c7c316a752
parente0a78d440048c9a192713c1dac0529cfbacbe993 (diff)
downloadjquery-ui-e90096e9dd25392118c2c578f490445870ced686.tar.gz
jquery-ui-e90096e9dd25392118c2c578f490445870ced686.zip
Build: Add extra Github action job for PR required checks configuration
-rw-r--r--.github/workflows/test.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 184864230..ac542249b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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 "✅"