Skip to content

bot: check test ci

bot: check test ci #51

Workflow file for this run

# .github/workflows/bot-ci.yml
name: Bot CI Pipeline
on:
push:
paths:
- "bot/**"
# pull_request:
# paths:
# - "bot/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
app_path: "bot"
test:
uses: ./.github/workflows/test.yml

Check failure on line 20 in .github/workflows/bot-ci.yml

View workflow run for this annotation

GitHub Actions / Bot CI Pipeline

Invalid workflow file

The workflow is not valid. In .github/workflows/bot-ci.yml (Line: 20, Col: 11): Error from called workflow TogetherCrew/discord-bot/.github/workflows/test.yml@21473ad71c7c7007e25eb2b19c7919384db19acf (Line: 45, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CC_TEST_REPORTER_ID != ''
with:
app_path: "./bot"
node_version: "20"
cache_dependency_path: "./bot/package-lock.json"
build-push:
needs: [lint, test]
# needs: [lint]
uses: ./.github/workflows/build-push.yml
with:
app_name: "bot"
context: "./bot"
dockerfile: "./bot/Dockerfile"