Skip to content

Commit

Permalink
chore(vdp): disable console building in make-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-instill committed Jan 2, 2024
1 parent a1129f0 commit 3ad56f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
envFile: .env

- name: Launch Instill VDP (latest)
run: |
make latest BUILD=true PROFILE=all EDITION=local-ce:test
# - name: Launch Instill VDP (latest)
# run: |
# make latest BUILD=true PROFILE=all EDITION=local-ce:test

- name: List all docker containers
run: |
Expand Down

0 comments on commit 3ad56f7

Please sign in to comment.