Skip to content

Commit

Permalink
test(ors-test-scenarios): Test with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Nov 12, 2024
1 parent bcf8df3 commit c91dfdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
with:
image: "ors-test-scenarios-war-bare:latest"
retention_days: '7'
# - name: Run integration tests
# run: |
# echo "List all docker images"
# docker image ls -a
# echo "Running integration tests"
# mvn -pl ors-test-scenarios test
- name: Run integration tests
run: |
echo "List all docker images"
docker image ls -a
echo "Running integration tests"
mvn -pl ors-test-scenarios test

0 comments on commit c91dfdc

Please sign in to comment.