Skip to content

Commit

Permalink
💚 upだと失敗してもexit 1にならないのでrunに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 9, 2019
1 parent 8ac2968 commit 1343253
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
- uses: actions/checkout@v1
- name: Pull docker image
run: docker pull jiro4989/websh:latest
- name: Build
run: docker-compose -f docker-compose-ci.yml up
- name: Test server
run: docker-compose -f docker-compose-ci.yml run server test -Y
- name: Build server
run: docker-compose -f docker-compose-ci.yml run server
- name: Build front
run: docker-compose -f docker-compose-ci.yml run front
- name: Archive release files
run: |
mkdir -p dist/websh
Expand Down

0 comments on commit 1343253

Please sign in to comment.