Improve E2E test workflow

- Print versions of Timewarrior and Taskwarrior at the end of combined image build
  Clarify what 'develop'/'stable' means in this image
- Rename action stages
  Clarify that this builds and runs the e2e test Docker image
This commit is contained in:
Thomas Lauf 2024-11-22 14:05:06 +01:00 committed by Thomas Lauf
parent 61d6a457de
commit 95212789e5
3 changed files with 9 additions and 2 deletions

View file

@ -50,7 +50,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build ${{ matrix.name }}
- name: Build e2e on ${{ matrix.name }}
env:
REGISTRY: ghcr.io
OWNER: ${{ env.REPOSITORY }}
@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTAINER: ${{ matrix.container }}
run: docker compose build ${CONTAINER}
- name: Test ${{ matrix.name }}
- name: Run e2e on ${{ matrix.name }}
env:
REGISTRY: ghcr.io
OWNER: ${{ env.REPOSITORY }}