Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19e7914

Browse filesBrowse files
committed
Add integration test running
1 parent 3ede589 commit 19e7914
Copy full SHA for 19e7914

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎.github/workflows/integration.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Integration
22

33
on:
44
push: {branches: main}
5+
pull_request: {branches: main}
56

67
jobs:
78
test-return:
89
runs-on: ubuntu-latest
910
steps:
1011
- id: output-set
11-
uses: actions/github-script@main
12+
uses: ./
1213
with:
1314
script: return core.getInput('input-value')
1415
result-encoding: string
@@ -22,7 +23,7 @@ jobs:
2223
runs-on: ubuntu-latest
2324
steps:
2425
- id: output-set
25-
uses: actions/github-script@main
26+
uses: ./
2627
with:
2728
script: return require('./package.json').name
2829
result-encoding: string
@@ -36,7 +37,7 @@ jobs:
3637
runs-on: ubuntu-latest
3738
steps:
3839
- id: output-set
39-
uses: actions/github-script@main
40+
uses: ./
4041
with:
4142
script: return require('@actions/core/package.json').name
4243
result-encoding: string

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.