Skip to content

Commit

Permalink
Fixing invalid operation
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Nov 13, 2023
1 parent f89fe12 commit def5931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shuffle: true
concurrent: true
enable-run-exec-scope: true
labels: "integration,integration-http"
labels: "integration,integration_http"
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: 1 addition & 1 deletion testdata/path/to/httpbin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
desc: testing json request body
labels:
- integration-http
- integration_http
runners:
req:
endpoint: ${HTTPBIN_END_POINT:-https://httpbin.org/}
Expand Down
2 changes: 1 addition & 1 deletion testdata/path/to/httpbin_include.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
desc: testing include
labels:
- integration-http
- integration_http
runners:
req:
endpoint: ${HTTPBIN_END_POINT:-https://httpbin.org/}
Expand Down

0 comments on commit def5931

Please sign in to comment.