Skip to content

Commit

Permalink
chore(ci): add missing param to spin up container
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jun 9, 2024
1 parent 58f025a commit 0951d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tags: local-build:${{ matrix.imagetag }}
- uses: serlo/configure-repositories/actions/setup-node@main
- name: Run the ${{ matrix.imagetag }} docker image
run: yarn docker:run
run: yarn docker:run local-build:${{ matrix.imagetag }}
# TODO
# - name: Test the docker container ${{ matrix.imagetag }}
# run: yarn test:docker

0 comments on commit 0951d93

Please sign in to comment.