diff options
author | Felix Nagel <info@felixnagel.com> | 2021-12-03 19:27:15 +0100 |
---|---|---|
committer | Felix Nagel <fnagel@users.noreply.github.com> | 2021-12-06 20:47:34 +0100 |
commit | e90096e9dd25392118c2c578f490445870ced686 (patch) | |
tree | bee9fbb6c3da101e7b51411eaebf91c7c316a752 | |
parent | e0a78d440048c9a192713c1dac0529cfbacbe993 (diff) | |
download | jquery-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.yml | 9 |
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 "✅" |