Skip to content

Commit

Permalink
Change actions name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Jan 27, 2022
1 parent 723addc commit 007cad2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-compatibility-libpq.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: compatibility-test-libpq

on:
push:
Expand All @@ -10,7 +10,7 @@ env:
GO111MODULE: "on"

jobs:
compatibility-test-libpq:
test:
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-compatibility-pgx.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: compatibility-test-pgx

on:
push:
Expand All @@ -10,7 +10,7 @@ env:
GO111MODULE: "on"

jobs:
compatibility-test-pgx:
test:
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: unit-test

on:
push:
Expand All @@ -11,7 +11,7 @@ env:
GO_LATEST_VERSION: "1.17.x"

jobs:
unit-test:
test:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 007cad2

Please sign in to comment.