Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Aug 21, 2024
1 parent 8d60c89 commit c00ff53
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,9 @@ jobs:
# Get Minimal Agent
git clone https://github.com/Indicio-tech/acapy-minimal-example.git
# Copy custom integration tests to acapy-minimal-example
cp -f integration-tests/examples acapy-minimal-example/examples
ls -a acapy-minimal-example
echo "***********************************"
ls -a acapy-minimal-example/examples
echo "***********************************"
cp -TRv integration-tests/examples acapy-minimal-example/examples
# Build the docker image for testing
docker build -t acapy-test -f docker/Dockerfile.run .
cd acapy-minimal-example
poetry install
poetry run pytest -m examples

0 comments on commit c00ff53

Please sign in to comment.