We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f8330 commit b191a6aCopy full SHA for b191a6a
1 file changed
.github/workflows/run-tests.yml
@@ -1,4 +1,4 @@
1
-name: Run tests
+name: "🧪 Run tests"
2
3
on:
4
push:
@@ -9,5 +9,5 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Run tests
+ - name: "✅ Run tests"
13
run: php ./.github/workflows/scripts/run-tests.php
0 commit comments