Skip to content

Commit

Permalink
feat: Initiate E2E tests automatically as soon as a Docker image has …
Browse files Browse the repository at this point in the history
…been built (#110)

If it works, this will really streamline the whole release - build -
test workflow, removing another manual step.

Closes #104
  • Loading branch information
aimeerivers authored Nov 13, 2024
1 parent fac068d commit 9a7b271
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerize-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:${{ inputs.tag_name }}
ghcr.io/${{ github.repository }}:latest
- name: Initiate E2E test workflow
run: |
gh workflow run --repo hedia-team/e2e-service --raw-field suite="All" test-please.yml
env:
GH_TOKEN: ${{ secrets.HEDIA_BOT_GITHUB_PAT }}

0 comments on commit 9a7b271

Please sign in to comment.