Skip to content

Merge pull request #90 from nossas/hotfix/query-email-stats #271

Merge pull request #90 from nossas/hotfix/query-email-stats

Merge pull request #90 from nossas/hotfix/query-email-stats #271

Workflow file for this run

name: Publish remote schemas API images
on:
push:
branches:
- "release/*"
- "feature/*"
- "hotfix/*"
tags:
- v*
# paths:
# - "packages/**"
# - "utils/**"
# - "package.json"
# - "Dockerfile"
# - "tsconfig.json"
# - "pnpm-*"
jobs:
tests:
name: Tests for all apis and libs
uses: ./.github/workflows/tests.yml

Check failure on line 20 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "./.github/workflows/tests.yml" (source tag with sha:5baa9a4dbd78f830f6c63a6e3b95fc8a7f2762d9) : You have an error in your yaml syntax on line 45
build:
name: Build apis endpoints
uses: ./.github/workflows/build.yml
# with:
# environment: staging
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}