Skip to content

Commit

Permalink
feat: Split CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 12, 2024
1 parent c9ea4da commit 174a66d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
test-action:
name: GitHub Actions Test Output
name: Action Test Output
runs-on: ubuntu-latest

outputs:
Expand All @@ -39,7 +39,7 @@ jobs:
test-action_to-rename=test-action_renamed
test-action-output-comment-line:
name: GitHub Actions Test Output - Comment Line
name: Action Test Output - Comment Line
needs: test-action
runs-on: ubuntu-latest

Expand All @@ -59,7 +59,7 @@ jobs:
"${{ needs.test-action.outputs.comment-line }}"
test-action-output-dont-read:
name: GitHub Actions Test Output - Don't Read
name: Action Test Output - Don't Read
needs: test-action
runs-on: ubuntu-latest

Expand All @@ -79,7 +79,7 @@ jobs:
"${{ needs.test-action.outputs.to-dont-read }}"
test-action-output-multiline:
name: GitHub Actions Test Output - Multiline
name: Action Test Output - Multiline
needs: test-action
runs-on: ubuntu-latest

Expand Down

0 comments on commit 174a66d

Please sign in to comment.