Skip to content

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seven320 committed Mar 17, 2023
1 parent 53fd609 commit 02873c8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Demo
name: GitHub CI
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Expand Down Expand Up @@ -28,22 +28,11 @@ jobs:
restore-keys:
${{ runner.os }}-buildx-

# キャッシュがある場合は tar をロードしてイメージ一覧に追加
# - name: Load Docker image if exists
# if: steps.cache.outputs.cache-hit == 'true'
# run: docker load --input ${{ steps.imagetag.outputs.PATH_TAR }}

# - name: Build Docker image and save
# if: steps.cache.outputs.cache-hit != 'true'
# run: |


- name: Docker Build
run:
docker-compose build


- name: Text
- name: Run Test
run: |
docker-compose up -d
docker exec hometamon pytest tests

0 comments on commit 02873c8

Please sign in to comment.