diff --git a/.github/workflows/deploy_tests_on_pull_request.yml b/.github/workflows/deploy_tests_on_pull_request.yml index ebe7f980a..46f0fcac3 100644 --- a/.github/workflows/deploy_tests_on_pull_request.yml +++ b/.github/workflows/deploy_tests_on_pull_request.yml @@ -9,26 +9,26 @@ concurrency: jobs: - testing_dev: + Dev: uses: ./.github/workflows/testing_dev.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - testing_dev_with_live_services: + Dev (live): uses: ./.github/workflows/testing_dev_with_live_services.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - testing_flask_build_and_dist: + Build: uses: ./.github/workflows/testing_flask_build_and_dist.yml - example_data_cache: + Data: uses: ./.github/workflows/example_data_cache.yml secrets: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }} - testing_pipelines: + Pipelines: needs: example_data_cache uses: ./.github/workflows/testing_pipelines.yml diff --git a/.github/workflows/example_data_cache.yml b/.github/workflows/example_data_cache.yml index 7ac7d0ea4..fa402e752 100644 --- a/.github/workflows/example_data_cache.yml +++ b/.github/workflows/example_data_cache.yml @@ -1,4 +1,4 @@ -name: Data +name: Example data cache on: workflow_call: secrets: diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index cd09c3314..6c938e429 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -1,4 +1,4 @@ -name: Dev +name: Dev tests on: workflow_call: secrets: diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index c9a108031..365e58d6b 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -1,4 +1,4 @@ -name: Dev (Live) +name: Dev tests with live services on: workflow_call: secrets: diff --git a/.github/workflows/testing_flask_build_and_dist.yml b/.github/workflows/testing_flask_build_and_dist.yml index 7116ff613..026bb79a1 100644 --- a/.github/workflows/testing_flask_build_and_dist.yml +++ b/.github/workflows/testing_flask_build_and_dist.yml @@ -1,4 +1,4 @@ -name: Build +name: Test Flask build and dev tests on Flask distributable on: workflow_call: diff --git a/.github/workflows/testing_pipelines.yml b/.github/workflows/testing_pipelines.yml index eddd830d9..51fd687db 100644 --- a/.github/workflows/testing_pipelines.yml +++ b/.github/workflows/testing_pipelines.yml @@ -1,4 +1,4 @@ -name: Pipeline Tests +name: Example data pipeline Tests on: workflow_call: