Skip to content

fix(tests): remove invalid date formats with time zone specifiers (#723) #90

fix(tests): remove invalid date formats with time zone specifiers (#723)

fix(tests): remove invalid date formats with time zone specifiers (#723) #90

Workflow file for this run

name: CI Build and Test
permissions:
contents: read
on:
pull_request:
branches:
- dev
push:
branches:
- dev
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/ci_build.yml
test:
uses: ./.github/workflows/tox.yml
linter:
needs: [build]
uses: ./.github/workflows/azdev_linter.yml