Skip to content

Commit 269dd56

Browse files
committed
rename jobs
1 parent 990a311 commit 269dd56

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/gno-fmt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gno fmt
1+
name: Gno Packages
22

33
on:
44
push:
@@ -21,7 +21,7 @@ env:
2121
TOOLS_REF: "master"
2222

2323
jobs:
24-
build_and_test:
24+
format:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout this repo

.github/workflows/gno-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gno lint
1+
name: Gno Packages
22

33
on:
44
push:
@@ -21,7 +21,7 @@ env:
2121
TOOLS_REF: "master"
2222

2323
jobs:
24-
build_and_test:
24+
lint:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout this repo

.github/workflows/gno-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gno test
1+
name: Gno Packages
22

33
on:
44
push:
@@ -21,7 +21,7 @@ env:
2121
TOOLS_REF: "master"
2222

2323
jobs:
24-
build_and_test:
24+
test:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout this repo
@@ -49,7 +49,7 @@ jobs:
4949
cd toolsrepo
5050
# Install from the tools repo
5151
go install ./gnovm/cmd/gno
52-
52+
5353
- name: Test
5454
working-directory: packages
5555
run: gno test ./... -v

0 commit comments

Comments
 (0)