Skip to content

Commit 045e246

Browse files
Add build workflow
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 73982ce commit 045e246

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ name: build app
44
on: [push, pull_request]
55

66
jobs:
7-
Get-CI-Image-Tag:
8-
uses: ./.github/workflows/get-ci-image-tag.yml
9-
10-
python-tests:
7+
build-test:
118
strategy:
129
matrix:
1310
node-version:

0 commit comments

Comments
 (0)