Skip to content

Commit

Permalink
Append label test
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Nov 12, 2023
1 parent 6124ed6 commit 71d676d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
shuffle: true
concurrent: true
enable-run-exec-scope: true
label: "integration"
env:
# Override parameters in scenario with environment variables
# NOTE: Specify `172.17.0.1` when accessing services on the GitHub Actions host.
Expand Down
2 changes: 2 additions & 0 deletions testdata/path/to/exec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: Exec sample
labels:
- integration
steps:
-
exec:
Expand Down
4 changes: 4 additions & 0 deletions testdata/path/to/fail.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
desc: Test for RunN (1)
steps:
-
test: false
2 changes: 2 additions & 0 deletions testdata/path/to/httpbin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: testing json request body
labels:
- integration
runners:
req:
endpoint: ${HTTPBIN_END_POINT:-https://httpbin.org/}
Expand Down
2 changes: 2 additions & 0 deletions testdata/path/to/httpbin_include.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: testing include
labels:
- integration
runners:
req:
endpoint: ${HTTPBIN_END_POINT:-https://httpbin.org/}
Expand Down
2 changes: 2 additions & 0 deletions testdata/path/to/remote.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: Remote include sample
labels:
- integration
if: false
steps:
-
Expand Down

0 comments on commit 71d676d

Please sign in to comment.