Skip to content

Improved entity names, meta ERD JSON, bitfields #17

Improved entity names, meta ERD JSON, bitfields

Improved entity names, meta ERD JSON, bitfields #17

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
setup:
uses: geappliances/skynet.workflow/.github/workflows/setup-workflow.yml@v1
secrets: inherit
permissions:
id-token: write
contents: read
linux:
uses: geappliances/skynet.workflow/.github/workflows/build-workflow.yml@v1
needs: setup
secrets: inherit
permissions:
id-token: write
contents: read
with:
job-name: linux-x64-test
script: tdd
runs-on: skynet-linux-x64
email-on-failure:
if: ${{ (cancelled() || failure()) && github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }}
uses: geappliances/skynet.workflow/.github/workflows/email-workflow.yml@v1
needs: linux
secrets: inherit
permissions:
id-token: write
contents: read
with:
recipients: CommonCode@geappliances.com
status: Failure