Skip to content

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

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

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

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:e4241893e4402767dce5b1e7045040e1bcd3d093) : 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 }}