Skip to content

Commit d5b96c7

Browse files
committed
fix(ci/cd): remove test job to make the workflow faster
1 parent 3201845 commit d5b96c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
tags:
99
- v*
1010
jobs:
11-
tests:
12-
name: Tests for all apis and libs
13-
uses: ./.github/workflows/tests.yml
11+
# tests:
12+
# name: Tests for all apis and libs
13+
# uses: ./.github/workflows/tests.yml
1414

1515
build:
1616
name: Build apis endpoints

0 commit comments

Comments
 (0)