Skip to content

Commit 742429b

Browse files
committed
fix: rename deploy job to build-and-test in CI workflow
1 parent 595fe32 commit 742429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core-smart-contract-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
default: 20
1616

1717
jobs:
18-
deploy:
18+
build-and-test:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)