mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Some checks are pending
API / build (push) Waiting to run
Server CI / Compute Go Version (push) Waiting to run
Server CI / Check mocks (push) Blocked by required conditions
Server CI / Check go mod tidy (push) Blocked by required conditions
Server CI / check-style (push) Blocked by required conditions
Server CI / Check serialization methods for hot structs (push) Blocked by required conditions
Server CI / Vet API (push) Blocked by required conditions
Server CI / Check migration files (push) Blocked by required conditions
Server CI / Generate email templates (push) Blocked by required conditions
Server CI / Check store layers (push) Blocked by required conditions
Server CI / Check mmctl docs (push) Blocked by required conditions
Server CI / Postgres with binary parameters (push) Blocked by required conditions
Server CI / Postgres (push) Blocked by required conditions
Server CI / Postgres (FIPS) (push) Blocked by required conditions
Server CI / Generate Test Coverage (push) Blocked by required conditions
Server CI / Run mmctl tests (push) Blocked by required conditions
Server CI / Run mmctl tests (FIPS) (push) Blocked by required conditions
Server CI / Build mattermost server app (push) Blocked by required conditions
Web App CI / check-lint (push) Waiting to run
Web App CI / check-i18n (push) Waiting to run
Web App CI / check-types (push) Waiting to run
Web App CI / test (push) Waiting to run
Web App CI / build (push) Waiting to run
* add GH action to save mmctl e2e test report to zephyr * test on pr * bundle dependencies and set conditonal run on local and GH * ensure test keys are saved * improve github summary * add test, organize types * update dependencies * only run on master and release branch
18 lines
632 B
Text
18 lines
632 B
Text
# Example environment file for local testing
|
|
# Copy this to .env and fill in your values
|
|
# Note: GitHub Actions inputs use INPUT_ prefix with hyphens kept in the name
|
|
|
|
# Required inputs
|
|
INPUT_REPORT-PATH=./example-report/report.xml
|
|
INPUT_ZEPHYR-API-KEY=your-api-key-here
|
|
INPUT_BUILD-IMAGE=mattermostdevelopment/mattermost-enterprise-edition:1234567
|
|
|
|
# GitHub environment variables (used to generate build-number internally)
|
|
GITHUB_HEAD_REF=feature-branch
|
|
GITHUB_REF_NAME=master
|
|
GITHUB_RUN_ID=12345678
|
|
GITHUB_REPOSITORY=mattermost/mattermost
|
|
|
|
# Optional inputs with defaults
|
|
INPUT_ZEPHYR-FOLDER-ID=27504432
|
|
INPUT_JIRA-PROJECT-KEY=MM
|