Skip to content

Commit

Permalink
fix endpoint url in conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 20, 2023
1 parent da9c356 commit 8063ac6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
docker compose --profile testing_conformance up --build -d
# deploy static files and migrate database
docker compose exec django python manage.py collectstatic --no-input
docker compose exec django python manage.py migrate --no-input
docker compose exec django python manage.py populate_users
docker compose exec django python manage.py populate_data
- name: Healthcheck
Expand Down
2 changes: 0 additions & 2 deletions docker/conformance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RUN mvn dependency:resolve dependency:resolve-plugins dependency:copy-dependenci
# Install offline to avoid triggering new dependency update
RUN mvn install -DskipTests -Dmaven.javadoc.skip

# TODO: Should get the version from build context
# ARG VERSION=1.5-SNAPSHOT # done above
ENV VERSION=${VERSION}

CMD ["sh", "-c", "/build/run/run.sh"]
2 changes: 1 addition & 1 deletion tests/conformance/test-run-props.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties version="1.0">
<comment>Test run arguments</comment>
<entry key="iut">http://django:8000/oapif/</entry>
<entry key="iut">http://django:8000/oapif</entry>
</properties>

0 comments on commit 8063ac6

Please sign in to comment.