Skip to content

Commit

Permalink
Merge pull request #5 from imprakharshukla/dev
Browse files Browse the repository at this point in the history
improved tests
  • Loading branch information
imprakharshukla authored Feb 15, 2021
2 parents 3690367 + 7590d2b commit 5bb5144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
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 }}

1 comment on commit 5bb5144

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.