From f8db7818128347d6e50dcbba93a59663597fe0d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 7 Aug 2023 10:19:25 -0400 Subject: [PATCH] Add a simple test job to see if the other pieces work --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2375368ca..307d3ca69 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,6 +116,8 @@ workflows: - "another-locale": {} + - "windows-server-2022" + - "integration": # Run even the slow integration tests here. We need the `--` to # sneak past tox and get to pytest. @@ -137,6 +139,11 @@ workflows: when: "<< pipeline.parameters.build-images >>" jobs: + windows-server-2022: + steps: + - "run": | + Write-Host 'Hello, world.' + codechecks: docker: - <<: *DOCKERHUB_AUTH