Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
fix ogp builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ohyama committed Apr 5, 2020
1 parent c8ad7b9 commit b71e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogp_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn install --frozen-lockfile
- run: yarn run test
- run: yarn run generate:deploy
- run: yarn run generate:deploy --fail-on-page-error
- run: pip3 install selenium
- run: (python3 -m http.server --directory ./dist 8000 &) ; python3 ./ui-test/ogp_screenshot.py
- name: Upload screenshot
Expand Down

0 comments on commit b71e9a9

Please sign in to comment.