Merge pull request #1767 from ivis-weko3-dev/check_v0.9.26_hiroba_202… #10805
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Build | |
| runs-on: ubuntu-18.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Build | |
| run: docker-compose build | |
| - name: Start | |
| run: docker-compose up -d | |
| - name: Container status | |
| run: docker-compose ps |