We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 405e5c4 + 6b5de79 commit 3d82018Copy full SHA for 3d82018
.github/workflows/container_test.yml
@@ -1,4 +1,4 @@
1
-# This is a basic workflow to help you get started with Actions
+ # This is a basic workflow to help you get started with Actions
2
3
name: Docker container test
4
@@ -32,3 +32,10 @@ jobs:
32
with:
33
name: e2e results
34
path: src/test/e2e/cypress/reports/mochawesome/
35
+ challenge_51_test:
36
+ name: Challenge 51 compose test
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - uses: actions/checkout@v4
40
+ - name: Run compose and print out service
41
+ run: export DOCKER_BUILDKIT=1 && cd src/main/resources/challenges/challenge-51 && docker compose -f challenge51docker-compose.yml build && docker compose -f challenge51docker-compose.yml run myservice
0 commit comments