Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider integration test #6

Merged
merged 8 commits into from
May 31, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
  • Loading branch information
claufs committed May 31, 2021
commit 686d4272c0962be914b73efc058f5cbf34f5a0aa
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@ jobs:
- docker
name: postman test
runs-on: ubuntu-latest
container:
image: ${{ env.DOCKER_NAME }}:${{ env.COMMIT_SHA }}
services:
test-service:
image: ghcr.io/senacor/simple-provider:858837023ea0a0a8be19d40712392e9ef4b91c62
ports:
- 8080:8080
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down