Skip to content

Commit

Permalink
Remove mutmut cache and docker steps from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 14, 2023
1 parent 1164e27 commit 98ebe8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mutmut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
run: make translate
- name: Link env vars
run: ln -sf .development.env .env
- name: Docker compose for int testing
run: docker-compose --version && RUNNER_ENV_FILE=.functional-tests.env docker-compose up --build -d
- name: Run mutmut
run: |
pipenv run mutmut run \
Expand All @@ -74,5 +72,3 @@ jobs:
with:
name: mutation-test-report
path: html/
- name: Docker compose shutdown
run: RUNNER_ENV_FILE=.functional-tests.env docker-compose kill
Binary file removed .mutmut-cache
Binary file not shown.

0 comments on commit 98ebe8b

Please sign in to comment.