Skip to content

[NOREF] cedar system dataloader #3685

[NOREF] cedar system dataloader

[NOREF] cedar system dataloader #3685

Workflow file for this run

name: PR Build and Test
on:
pull_request:
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-build-and-test-${{ github.ref }}
cancel-in-progress: true
jobs:
Build_Application_Images:
uses: ./.github/workflows/build_application_images.yml
secrets: inherit
Build_Test_Frontend_Assets:
uses: ./.github/workflows/build_frontend_assets.yml
secrets: inherit
with:
env: test
Run_Tests:
uses: ./.github/workflows/run_tests.yml
needs: [Build_Application_Images,Build_Test_Frontend_Assets]
secrets: inherit