Skip to content

Commit

Permalink
do not attempt to rebuilt apiunits docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Mar 1, 2025
1 parent 52d9c83 commit 6d1087c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: |
cd cfssl
docker build --target api -t pvarki/cfssl:api-latest .
docker build --target ocsprest -t pvarki/cfssl:ocsprest-latest .
- name: Prep pytest-docker
run: |
rm -rf api/tests/data/cfssl/*
rm -rf api/tests/data/ca_public/*
cd api/tests && docker compose -f docker-compose.yml build --pull
docker compose -f docker-compose.yml pull --ignore-buildable
cd api/tests
docker compose -f docker-compose.yml up -d --wait || docker compose -f docker-compose.yml logs
docker compose -f docker-compose.yml down -v
- name: Test with pytest
Expand Down

0 comments on commit 6d1087c

Please sign in to comment.