Skip to content

Commit fcbf8a7

Browse files
authored
fix(ci): drop examples test (#316)
1 parent 5a68209 commit fcbf8a7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/main-push.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,6 @@ jobs:
2626
project-path: 'sdk'
2727
project-name: 'SDK'
2828

29-
test-examples:
30-
name: Test Examples Compilation
31-
needs: test-sdk
32-
uses: ./.github/workflows/build-node-project.yml
33-
strategy:
34-
matrix:
35-
include:
36-
- path: examples/snake/client
37-
name: Snake Client
38-
- path: examples/snake/server
39-
name: Snake Server
40-
- path: examples/tictactoe/client
41-
name: Tic Tac Toe Client
42-
# NOTE: TicTacToe does not require to be compiled,
43-
# still it's present here just to make sure all
44-
# components of example apps are listed.
45-
# - path: examples/tictactoe/server
46-
# name: Tic Tac Toe Server
47-
with:
48-
project-path: ${{ matrix.path }}
49-
project-name: ${{ matrix.name }}
50-
5129
build-and-publish-sdk:
5230
needs: test-sdk
5331
name: Build and Publish (SDK)

0 commit comments

Comments
 (0)