aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "✅"