mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-06-26 10:54:27 +02:00
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:
parent
61d6a457de
commit
95212789e5
3 changed files with 9 additions and 2 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue