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

Circle CIからGitHub Actionsへ移行する #92

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
パーミッションの変更を追加
  • Loading branch information
wai-doi committed Jul 12, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c2ae71fd40fb6ff5f6816e6d4deaab5300ecc4f2
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@ jobs:
image: postgres:9.4

steps:
- name: Setup file system permissions
run: sudo chmod -R 777 $GITHUB_WORKSPACE /github /__w/_temp

- uses: actions/checkout@v2

- name: Cache bundler