-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from imprakharshukla/dev
improved tests
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
branches: | ||
- master | ||
jobs: | ||
build: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
name: Build | ||
steps: | ||
|
@@ -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 }} |
5bb5144
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://cranky-varahamihira-ae0939.netlify.app as production
🚀 Deployed on https://602a2162b46f995b82e4380d--cranky-varahamihira-ae0939.netlify.app