We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0058b commit d4152bbCopy full SHA for d4152bb
.github/workflows/cli.yml
@@ -1,4 +1,4 @@
1
-name: 🚦 CLI Tests
+name: Unit Tests
2
on:
3
workflow_dispatch:
4
push:
.github/workflows/cli_integration.yml
-name: "🦀 Integration Tests"
+name: Integration Tests
.github/workflows/plugins.yml
-name: 🚦 Plugin Tests
+name: Plugin Tests
0 commit comments