Skip to content

Commit

Permalink
fix process dying
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange committed Apr 11, 2024
1 parent 816911d commit 076bc2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/detect-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ jobs:
- name: Update and sync dependencies
run: pdm update -u

- name: Build and start Docker image
- name: Build Docker image
run: |
docker build ${{ needs.check-new-version.outputs.channel }} -t image && ./start-docker.sh
docker build ${{ needs.check-new-version.outputs.channel }} -t image
- name: Test ${{ needs.check-new-version.outputs.channel }}
run: ./start-docker.sh && pdm run pytest
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}

- name: Test ${{ needs.check-new-version.outputs.channel }}
run: pdm run pytest

- name: Commit with appropriate docker tag
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 076bc2c

Please sign in to comment.