Skip to content

Commit

Permalink
Tests: Add CI - CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Aug 14, 2023
1 parent ea6718c commit 1bdcc8e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
windows:
machine:
image: 'windows-server-2019-vs2019:current'
resource_class: windows.2xlarge
shell: powershell.exe -ExecutionPolicy Bypass
resource_class: windows.2xlarge

steps:
- checkout
Expand Down Expand Up @@ -132,7 +132,6 @@ jobs:
docker:
docker:
- image: cimg/python:3.10

resource_class: xlarge

steps:
Expand Down Expand Up @@ -164,3 +163,11 @@ jobs:
pytest tests/wl_tests_file_area/test_file_area.py
pytest --ignore=tests/wl_tests_nlp --ignore=tests/wl_tests_file_area/test_file_area.py
name: Run tests

workflows:
test:
jobs:
- windows
- macos
- linux
- docker

0 comments on commit 1bdcc8e

Please sign in to comment.