Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivediprab committed Apr 26, 2024
1 parent d95ce7d commit d713a2b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Setup & build calm-dsl
on:
workflow_dispatch
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -28,14 +33,3 @@ jobs:
- name: Install requirements
run: |
make dev
- name: Build python package
run: |
make dist
- name: Build docker image
run: |
make docker
- name: Execute container
uses: addnab/docker-run-action@v3
with:
image: ntnx/calm-dsl
run: calm

0 comments on commit d713a2b

Please sign in to comment.