Skip to content

Commit

Permalink
Merge pull request #144 from x-motemen/change-test-blog
Browse files Browse the repository at this point in the history
change test blog in testing
  • Loading branch information
Songmu authored Nov 12, 2023
2 parents 095909f + 3967272 commit 5760070
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
- name: test
run: go test -coverprofile coverage.out -covermode atomic ./...
env:
BLOGSYNC_TEST_BLOG: ${{ secrets.BLOGSYNC_BLOG }}
BLOGSYNC_USERNAME: ${{ secrets.BLOGSYNC_USERNAME }}
BLOGSYNC_PASSWORD: ${{ secrets.BLOGSYNC_PASSWORD }}
BLOGSYNC_OWNER: ${{ secrets.BLOGSYNC_OWNER }}
BLOGSYNC_TEST_BLOG: blogsynctest.hatenablog.com
BLOGSYNC_USERNAME: Songmu
BLOGSYNC_PASSWORD: ${{ secrets.BLOGSYNC_SONGMU_PASSWORD }}
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 5760070

Please sign in to comment.