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

improved tests #5

Merged
merged 3 commits into from
Feb 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion .github/workflows/chrome-e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Chrome E2E CI
on:
pull_request:
push:
branches:
- dev
- master

jobs:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/netlify-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
jobs:
build:
deploy:
runs-on: ubuntu-latest
name: Build
steps:
Expand All @@ -31,21 +31,13 @@ jobs:
yarn install
yarn run generate

deploy:
runs-on: ubuntu-latest
name: Deploy
needs: build
steps:
- name: Deploy to Netlify ✅
uses: nwtgck/[email protected]
with:
publish-dir: './dist'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}