File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments