Skip to content

Commit ec540f7

Browse files
committed
fix: uncomment build-and-test job in deployment workflow
1 parent 844c373 commit ec540f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ on:
2424
default: 'dev'
2525

2626
jobs:
27-
# build-and-test:
28-
# uses: ./.github/workflows/sharing-smart-contracts-ci.yml
29-
# with:
30-
# node-version: 20
27+
build-and-test:
28+
uses: ./.github/workflows/sharing-smart-contracts-ci.yml
29+
with:
30+
node-version: 20
3131

3232
deploy:
3333
# needs: build-and-test

0 commit comments

Comments
 (0)