File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 run : |
4242 docker build . --file TransactionProcessor/Dockerfile --tag transactionprocessor:latest --tag stuartferguson/transactionprocessor:latest --tag stuartferguson/transactionprocessor:${{ steps.get_version.outputs.VERSION }}
4343
44+ - name : Run Integration Tests
45+ run : dotnet test "TransactionProcessor.IntegrationTests\TransactionProcessor.IntegrationTests.csproj"
46+
4447 - name : Publish Images to Docker Hub
4548 run : |
4649 docker login --username=${{ secrets.DOCKER_USERNAME }} --password=${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 4949
5050 - name : Build Docker Image
5151 run : docker build . --file TransactionProcessor/Dockerfile --tag transactionprocessor:latest
52+
53+ - name : Run Integration Tests
54+ run : dotnet test "TransactionProcessor.IntegrationTests\TransactionProcessor.IntegrationTests.csproj"
Original file line number Diff line number Diff line change 3737 - name : Build Docker Image
3838 run : docker build . --file TransactionProcessor/Dockerfile --tag transactionprocessor:latest
3939
40+ - name : Run Integration Tests
41+ run : dotnet test "TransactionProcessor.IntegrationTests\TransactionProcessor.IntegrationTests.csproj" --filter Category=PRTest
You can’t perform that action at this time.
0 commit comments