Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 17, 2024
1 parent 0fcb8fa commit c1fce1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
docker build \
--target tests \
-t "unicef/hope-country-workspace:${{env.BRANCH}}-test-${{env.checksum}}" \
--cache-from "type=local,src=/xxx, tag=${{env.BRANCH}}" \
--cache-to "type=local,dest=/xxx, tag=${{env.BRANCH}}" \
--cache-from "type=gha" \
--cache-to "type=gha,mode=max" \
-f docker/Dockerfile .
- run: |
docker run --rm \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Lint](https://github.com/unicef/hope-country-workspace/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/hope-country-workspace/actions/workflows/lint.yml)
[![codecov](https://codecov.io/github/unicef/hope-country-workspace/graph/badge.svg?token=FBUB7HML5S)](https://codecov.io/github/unicef/hope-country-workspace)
[![Documentation](https://github.com/unicef/hope-country-workspace/actions/workflows/docs.yml/badge.svg)](https://unicef.github.io/hope-country-workspace/)
[![PyPI](https://img.shields.io/pypi/v/hope-country-workspace)](https://pypi.org/project/hope-country-workspace/)


## Spreadsheet import
Expand Down

0 comments on commit c1fce1c

Please sign in to comment.