Skip to content

Commit cc99cda

Browse files
authored
harder test (#14)
* harder test * change workers to public
1 parent e3443ba commit cc99cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on: ["self-hosted"]
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
@@ -60,7 +60,7 @@ jobs:
6060
uses: ./ # Uses an action in the root directory
6161
with:
6262
operation: 'kebabcase'
63-
input-string: 'Hello World'
63+
input-string: 'Hello World feature/UI-123_my-feature'
6464

6565
- name: Test Action DNS Subdomain
6666
id: dns-subdomain
@@ -89,7 +89,7 @@ jobs:
8989
core.setFailed('Uppercase test failed')
9090
}
9191
92-
if('${{steps.kebabcase.outputs.output-string}}' !== 'hello-world') {
92+
if('${{steps.kebabcase.outputs.output-string}}' !== 'hello-world-feature-ui-123-my-feature') {
9393
core.setFailed('Kebabcase test failed')
9494
}
9595

0 commit comments

Comments
 (0)