Skip to content

CI: Add variables to artifact names #13

CI: Add variables to artifact names

CI: Add variables to artifact names #13

Workflow file for this run

name: "CI"
on: [pull_request]
jobs:
tests:
uses: ./.github/workflows/tests.yml
type-check:
uses: ./.github/workflows/type-check.yml
build:
needs: [tests, type-check]
uses: ./.github/workflows/build.yml
build-storybook:
needs: [tests, type-check]
uses: ./.github/workflows/build-storybook.yml