Skip to content

fix(deps): update dependency @astrojs/cloudflare to v12.0.1 - autoclosed #16

fix(deps): update dependency @astrojs/cloudflare to v12.0.1 - autoclosed

fix(deps): update dependency @astrojs/cloudflare to v12.0.1 - autoclosed #16

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ut-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-env
- name: Install dependencies
run: yarn install
- name: Execute Unit tests
run: yarn test:ut