Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vbalalian committed Dec 28, 2023
1 parent 650ccde commit 2263c36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml → .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
- name: Clean up
run: docker-compose -f compose.test.yaml down


deploy:
needs: build-and-test
runs-on: ubuntu-latest

steps:
- name: Build Docker images
run: docker-compose build

Expand Down

0 comments on commit 2263c36

Please sign in to comment.