Skip to content

Merge pull request #1 from Kesha123/codex/create-readme.md-for-databa… #18

Merge pull request #1 from Kesha123/codex/create-readme.md-for-databa…

Merge pull request #1 from Kesha123/codex/create-readme.md-for-databa… #18

name: CI - datasource
on:
push:
branches:
- main
paths:
- "data/**"
- ".github/workflows/ci-datasource.yaml"
- ".github/workflows/docker-migrations.yaml"
- ".github/workflows/lint-datasource.yaml"
- ".github/workflows/test-datasource.yaml"
- ".github/workflows/npm-datasource.yaml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
name: Datasource Lint
uses: ./.github/workflows/lint-datasource.yaml
secrets: inherit
# test:
# name: Datasource Test
# needs: lint
# uses: ./.github/workflows/test-datasource.yaml
# secrets: inherit
docker:
name: Docker Build and Push
# needs: test
needs: lint
uses: ./.github/workflows/docker-migrations.yaml
secrets: inherit
with:
TAG: ${{ github.sha }}
npm-build:
name: NPM Build
# needs: test
needs: lint
uses: ./.github/workflows/npm-datasource.yaml
secrets: inherit