Skip to content

Commit

Permalink
Remove layer caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Feb 9, 2024
1 parent f15fbcf commit c3d75f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
working_directory: ~/klaatu
machine:
image: ubuntu-2204:2024.01.1
docker_layer_caching: true
steps:
- checkout
- run:
Expand All @@ -70,7 +69,6 @@ jobs:
working_directory: ~/klaatu
machine:
image: ubuntu-2204:2024.01.1
docker_layer_caching: true
steps:
- checkout
- run:
Expand All @@ -88,7 +86,6 @@ jobs:
working_directory: ~/klaatu
machine:
image: ubuntu-2204:2024.01.1
docker_layer_caching: true
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands =
[testenv:bdd-tests]
passenv = *
commands =
poetry install
poetry install --no-root
poetry run pytest --html=report.html --driver Firefox tests/scenarios/ {posargs}
mv report.html tests/

Expand Down

0 comments on commit c3d75f8

Please sign in to comment.