Skip to content

Commit

Permalink
Merge pull request #1406 from esquith/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fallwith authored Sep 12, 2022
2 parents bd33f07 + 372d128 commit 51fc036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: performance-test-results
path: test/performance/performance_tests.txt
path: ./test/performance/performance_results.txt
- name: Slack results
uses: adrey/slack-file-upload-action@1.0.5
with:
token: ${{ secrets.RUBY_GITHUB_ACTIONS_BOT_WEBHOOK }}
path: ./test/performance/performance_tests.txt
path: ./test/performance/performance_results.txt
channel: ruby-agent-notifications

0 comments on commit 51fc036

Please sign in to comment.