Skip to content

Commit

Permalink
fix ci names
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 13, 2023
1 parent 0f9f60f commit 1e5a159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: goreleaser

name: clibgen-release
on:
push:
tags:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: test

name: clibgen-test
on:
push:
branches:
Expand All @@ -9,7 +8,7 @@ permissions:
contents: write

jobs:
goreleaser:
clibgen-test:
runs-on: ubuntu-latest
steps:
-
Expand All @@ -22,10 +21,10 @@ jobs:
uses: actions/setup-go@v4
-
name: Run Build
run: go build ./...
run: go build
-
name: test
run: ls && cwd
run: ls && pwd
-
name: Run Tests
run: go test ./test

0 comments on commit 1e5a159

Please sign in to comment.