1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

Tries again to pass COMMIT_MESSAGE

This commit is contained in:
Amir Raminfar
2022-04-20 16:13:41 -07:00
parent 08eaf8d898
commit 8f812b633b
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Get Commit Message
run: |
MSG=${{github.event.head_commit.message}}
echo "::set-env name=COMMIT_MESSAGE::${MSG}"
- name: Build images
run: docker-compose -f e2e/docker-compose.yml build
- name: Run tests

View File

@@ -37,7 +37,7 @@ services:
- COMMIT_INFO_BRANCH=${GITHUB_REF_NAME}
- COMMIT_INFO_AUTHOR=${GITHUB_ACTOR}
- COMMIT_INFO_SHA=${GITHUB_SHA}
- COMMIT_INFO_MESSAGE=${github.event.head_commit.message}
- COMMIT_INFO_MESSAGE=${COMMIT_MESSAGE}
- COMMIT_INFO_REMOTE=https://github.com/amir20/dozzle
command: cypress run --record
depends_on: