Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Atallah0 authored Nov 3, 2023
1 parent eea154f commit 50ad52b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Compose
run: docker-compose -f docker-compose.dependencies.yaml -f docker-compose.app.yaml up -d
run: docker-compose -f docker-compose.dependencies.yaml -f docker-compose.app.yaml up -d

- name: Run Jest Tests
run: |
Expand All @@ -30,9 +30,7 @@ jobs:
CLEVER_CLOUD_DB_HOST: ${{ secrets.CLEVER_CLOUD_DB_HOST }}
CLEVER_CLOUD_DB_USER: ${{ secrets.CLEVER_CLOUD_DB_USER }}
CLEVER_CLOUD_DB_PASSWORD: ${{ secrets.CLEVER_CLOUD_DB_PASSWORD }}
CLEVER_CLOUD_DB_NAME: ${{ secrets.CLEVER_CLOUD_DB_NAME }}`


CLEVER_CLOUD_DB_NAME: ${{ secrets.CLEVER_CLOUD_DB_NAME }}

push_to_registry:
name: Push Docker image to Docker Hub
Expand Down Expand Up @@ -60,4 +58,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 50ad52b

Please sign in to comment.