From 4f8f02bad073545586dbec320df99cb12c11bf43 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 2 Dec 2021 13:57:18 -0800 Subject: [PATCH] .circleci: update to new image This should also serve as a test that the CI pipeline is working and whether I have permissions. --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce1352ba..471cdf03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ defaults: &defaults HYPOTHESIS_PROFILE: ci NODE_ENV: test docker: - - image: circleci/python:2-node-browsers + - image: cimg/python:3.10-browsers version: 2 jobs: upload-codeclimate: @@ -54,6 +54,10 @@ jobs: pipenv sync --dev - run: name: Run tests + environment: + # Copied from docker-compose.yml, I am pretty sure that this is + # meaningless. + SECRET_KEY: 'fyq9-o@ky!j*xx0y2mpyi92&wpbbjgo%z1@vrmzk18hpje+%x' command: | mkdir -p test-results/nose codeclimate/ ./cc-test-reporter before-build