We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87d368 commit 3885b9fCopy full SHA for 3885b9f
1 file changed
.github/workflows/test.yaml
@@ -1,10 +1,13 @@
1
+name: CI
2
+
3
on:
4
push:
5
branches: ["main"]
6
pull_request:
7
8
jobs:
9
test:
10
+ name: Functional Tests
11
runs-on: ubuntu-latest
12
13
steps:
0 commit comments