Skip to content

test(json-api-server-e2e): Add test for check validation for null #50

test(json-api-server-e2e): Add test for check validation for null

test(json-api-server-e2e): Add test for check validation for null #50

Workflow file for this run

name: 📝 PR Checks
on:
[pull_request]
jobs:
test:
uses: ./.github/workflows/test.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
e2e-test:
needs: [test]
uses: ./.github/workflows/e2e-test.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
build:
needs: [test, e2e-test]
uses: ./.github/workflows/build.yml
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}