-
Notifications
You must be signed in to change notification settings - Fork 5
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 #15 from Sauloxd/issue-9/optional-build-cmd
[Issue-9] Skip build cmd
- Loading branch information
Showing
40 changed files
with
98 additions
and
823 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 |
---|---|---|
|
@@ -3,6 +3,9 @@ on: | |
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request | ||
pull_request: | ||
types: [labeled, unlabeled, opened, edited, closed, synchronize] | ||
# push: | ||
# branches: | ||
# - issue-** | ||
|
||
jobs: | ||
develop: | ||
|
@@ -24,8 +27,10 @@ jobs: | |
- name: Install deps checking cache hit | ||
run: yarn install --frozen-lockfile | ||
|
||
# Use this action to SSH to github action machine. | ||
# - name: Setup tmate session (ssh) | ||
# uses: mxschmitt/action-tmate@v2 | ||
|
||
# This is how you'll use the action | ||
- name: Building create-react-app example | ||
uses: ./ # Replace here with sauloxd/[email protected] | ||
|
@@ -36,19 +41,19 @@ jobs: | |
slug: 'dev-cra' | ||
|
||
# This is how you'll use the action | ||
# - name: Building storybook example | ||
# uses: ./ # Replace here with sauloxd/[email protected] | ||
# with: | ||
# build-cmd: 'yarn run cra:storybook' | ||
# branch: 'review-apps' | ||
# dist: 'packages/cra-example/storybook-static' | ||
# slug: 'dev-cra-sb' | ||
- name: Building storybook example | ||
uses: ./ # Replace here with sauloxd/[email protected] | ||
with: | ||
build-cmd: 'yarn run cra:storybook' | ||
branch: 'review-apps' | ||
dist: 'packages/cra-example/storybook-static' | ||
slug: 'dev-cra-sb' | ||
|
||
# # This is how you'll use the action | ||
# - name: Building gatsby example | ||
# uses: ./ # Replace here with sauloxd/[email protected] | ||
# with: | ||
# build-cmd: 'yarn run gatsby:build' | ||
# branch: 'review-apps' | ||
# dist: 'packages/gatsby-example/public' | ||
# slug: 'dev-gatsby' | ||
# This is how you'll use the action | ||
- name: Building gatsby example | ||
uses: ./ # Replace here with sauloxd/[email protected] | ||
with: | ||
build-cmd: 'yarn run gatsby:build' | ||
branch: 'review-apps' | ||
dist: 'packages/gatsby-example/public' | ||
slug: 'dev-gatsby' |
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
], | ||
"private": "true", | ||
"version": "0.0.1", | ||
"main": "packages/action/dist/src/index.js", | ||
"main": "packages/action/dist/index.js", | ||
"repository": "[email protected]:Sauloxd/review-apps.git", | ||
"author": "sauloxd <[email protected]>", | ||
"license": "MIT", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.