Skip to content

Commit

Permalink
Use GitHub Actions #451 test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinproject-iwasaki committed Mar 30, 2023
1 parent 73f9373 commit c7536fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create .env
run: |
touch .env
echo GMAIL_USER =${{ secrets.GMAIL_USER }} >> .env
echo GMAIL_USER="test" >> .env
- name: Typecheck
run: npm run typecheck
Expand Down

0 comments on commit c7536fe

Please sign in to comment.