Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyrahman authored Oct 31, 2024
1 parent 03f15ed commit 197a238
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,17 @@ jobs:
- id: reporturl
name: Set Report URL
run: echo "url=https://github-actions-logs.s3.amazonaws.com/cucumber-test-report.html" >> "$GITHUB_OUTPUT"
outputtest:
runs-on: ubuntu-latest
needs: test
steps:
- env:
OUTPUT1:
${{needs.test.outputs.reporturl}}
run: echo "$OUTPUT1"
publish:
runs-on: ubuntu-latest
environment:
name: reports
url: https://github-actions-logs.s3.amazonaws.com/cucumber-test-report.html
needs: test
steps:
- run: echo "${{needs.test.outputs.reportur}}"
- env:
REPORTURL:
${{needs.test.outputs.reporturl}}
- run: echo "$REPORTURL"
- uses: actions/download-artifact@v4
with:
name: report
Expand Down

0 comments on commit 197a238

Please sign in to comment.