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

edit #22

Merged
merged 1 commit into from
Oct 2, 2021
Merged

edit #22

Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion .github/workflows/image-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
docker image build \
-t ${{ env.IMAGE_NAME }} \
--build-arg base_image=${{ env.BASE_IMAGE }} .
.
- name: Push to ACR.
if: ${{ env.HAS_DIFF == '1' }}
run: |
Expand Down
1 change: 1 addition & 0 deletions mod_1/src/tests/test_hi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_pass_3(self):
"""引数3を渡した時の動作をテスト."""
actual = self.tested_func(3)
expected = 5


# self.fail("Check this test runs.")
self.assertEqual(actual, expected)