Skip to content

Commit

Permalink
finalize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Nov 25, 2024
1 parent 2eab904 commit 11676e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
*.cache-to=type=local,dest=/tmp/.buildx-cache-new
files: docker-compose.yaml,docker-compose.local.yaml
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false

- name: Start services
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
run: make load-dummy-data

- name: Dump db
# if: ${{ inputs.event_name == 'push' || github.event_name == 'push' }}
if: ${{ inputs.event_name == 'push' || github.event_name == 'push' }}
run: make dump-db

- name: Run tests
Expand All @@ -82,7 +82,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ hashFiles('Pipfile.lock', 'docker/dev.Dockerfile') }}

- name: Upload db artifact
# if: ${{ inputs.event_name == 'push' || github.event_name == 'push' }}
if: ${{ inputs.event_name == 'push' || github.event_name == 'push' }}
uses: actions/upload-artifact@v4
with:
name: care-db-dump
Expand Down

0 comments on commit 11676e9

Please sign in to comment.