Skip to content

Commit

Permalink
Merge branch 'develop' into sprint-94-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermb authored Mar 13, 2024
2 parents 40bf726 + 27f5d03 commit f5f8fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ executors:
machine-executor:
machine:
docker_layer_caching: false
image: ubuntu-2204:2022.10.1
image: ubuntu-2204:2024.01.1
large-machine-executor:
machine:
docker_layer_caching: false
image: ubuntu-2204:2022.10.1
image: ubuntu-2204:2024.01.1
resource_class: large

parameters:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/build-and-test/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
command: cd tdrs-frontend; npm run lint
- run:
name: Run Pa11y Accessibility Tests
command: cd tdrs-frontend; mkdir pa11y-screenshots/; npm run test:accessibility
command: cd tdrs-frontend; mkdir pa11y-screenshots/; export NODE_OPTIONS=--openssl-legacy-provider; npm run test:accessibility
- run:
name: Run Jest Unit Tests
command: cd tdrs-frontend; npm run test:ci
Expand Down

0 comments on commit f5f8fb1

Please sign in to comment.