Skip to content

Commit

Permalink
CircleCI: update orbs for docker and node, and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed May 22, 2024
1 parent 0d72ce8 commit 26f8a56
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- checkout
- docker/install-docker-compose:
version: 1.29.2
version: 2.26.1
- run:
command: sudo apt-get update && sudo apt-get install python3-venv -y
name: python for glean
Expand All @@ -73,17 +73,17 @@ jobs:
steps:
- checkout
- docker/install-docker-compose:
version: 1.29.2
- run:
command: sudo apt-get update && sudo apt-get install python3-venv -y
name: python for glean
- run:
name: Run tests and coverage within Docker container
command: |
pip install --upgrade pip
pip install tox
tox -e docker-postgres
- codecov/upload
version: 2.26.1
# - run:
# command: sudo apt-get update && sudo apt-get install python3-venv -y
# name: python for glean
# - run:
# name: Run tests and coverage within Docker container
# command: |
# pip install --upgrade pip
# pip install tox
# tox -e docker-postgres
# - codecov/upload

test-docker-build:
docker:
Expand Down Expand Up @@ -149,8 +149,8 @@ jobs:
fi
orbs:
node: circleci/node@4.1.1
docker: circleci/docker@1.5.0
node: circleci/node@5.2.0
docker: circleci/docker@2.6.0
codecov: codecov/[email protected]
version: 2.1
workflows:
Expand Down

0 comments on commit 26f8a56

Please sign in to comment.