Skip to content

Commit 5bb5144

Browse files
Merge pull request #5 from imprakharshukla/dev
improved tests
2 parents 3690367 + 7590d2b commit 5bb5144

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/chrome-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Chrome E2E CI
22
on:
3-
pull_request:
3+
push:
44
branches:
5+
- dev
56
- master
67

78
jobs:

.github/workflows/netlify-deploy.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
build:
7+
deploy:
88
runs-on: ubuntu-latest
99
name: Build
1010
steps:
@@ -31,21 +31,13 @@ jobs:
3131
yarn install
3232
yarn run generate
3333
34-
deploy:
35-
runs-on: ubuntu-latest
36-
name: Deploy
37-
needs: build
38-
steps:
3934
- name: Deploy to Netlify ✅
4035
uses: nwtgck/actions-netlify@v1.1
4136
with:
4237
publish-dir: './dist'
4338
production-branch: master
4439
github-token: ${{ secrets.GITHUB_TOKEN }}
4540
deploy-message: "Deploy from GitHub Actions"
46-
enable-pull-request-comment: false
47-
enable-commit-comment: true
48-
overwrites-pull-request-comment: true
4941
env:
5042
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
5143
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)