Skip to content

[DISCO-3256] chore(ci): migrate the "upload-test-artifacts" and "upload-coverage-artifacts" steps from CircleCI to GH Actions #44

[DISCO-3256] chore(ci): migrate the "upload-test-artifacts" and "upload-coverage-artifacts" steps from CircleCI to GH Actions

[DISCO-3256] chore(ci): migrate the "upload-test-artifacts" and "upload-coverage-artifacts" steps from CircleCI to GH Actions #44

Workflow file for this run

name: PR Checks Workflow
on: pull_request
jobs:
run-checks:
uses: ./.github/workflows/checks.yaml
run-tests:
uses: ./.github/workflows/tests.yaml
run-docs-build:
uses: ./.github/workflows/docs-build.yaml