Skip to content

fix: align timezone with actual delivery times #232

fix: align timezone with actual delivery times

fix: align timezone with actual delivery times #232

Workflow file for this run

name: 'Run tests 🧪'
on:
pull_request:
branches:
- main
- beta
- alpha
paths-ignore:
- ./**/*.md
- ./.idea/**
merge_group:
concurrency:
group: '${{ github.workflow }}-${{ github.ref_name }}'
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit