Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Chua<chua0990@e.ntu.edu.sg>
  • Loading branch information
jchua99 committed Nov 22, 2023
1 parent 15a25b5 commit d53e2e6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build_openyurt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build and Test OpenYurt Deployer

on:
Expand Down Expand Up @@ -35,13 +34,10 @@ jobs:
uses: actions/checkout@v4

- name: Build scripts
run: cd scripts/openyurt-deployer && go build

- name: Build cluster
run:
cd scripts/openyurt-deployer && ./openyurt-deployer deploy
pushd scripts/openyurt-deployer && go build -o oy_deploy && popd

- name: Build openyurt
run:
cd scripts/openyurt-deployer && ./openyurt-deployer deploy-yurt
- name: Show scripts help info
run:
./scripts/openyurt-deployer/oy_deploy

0 comments on commit d53e2e6

Please sign in to comment.