Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shinbero committed Oct 2, 2021
1 parent ea05d0c commit a7393be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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)

0 comments on commit a7393be

Please sign in to comment.