Skip to content

Commit

Permalink
CI: run docker image in interactive teletype
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Oct 15, 2024
1 parent 4249b3e commit f229dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Build docker container
run: |
docker build -t cpp-analysis .
docker run -d cpp-analysis
docker run -it cpp-analysis

0 comments on commit f229dce

Please sign in to comment.