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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user