]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Add extra Github action job for PR required checks configuration
authorFelix Nagel <info@felixnagel.com>
Fri, 3 Dec 2021 18:27:15 +0000 (19:27 +0100)
committerFelix Nagel <fnagel@users.noreply.github.com>
Mon, 6 Dec 2021 19:47:34 +0000 (20:47 +0100)
.github/workflows/test.yml

index 184864230c91fb8d77bad2e83809f9c87912fb97..ac542249b51f36ec37b722c5416fe5392379650f 100644 (file)
@@ -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 "✅"