We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecfd20 commit d0f1793Copy full SHA for d0f1793
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
build:
10
+ name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
.github/workflows/test.yml
@@ -5,7 +5,8 @@ on:
5
branches: ["develop", "main"]
6
- build:
+ test:
+ name: Test
0 commit comments