Skip to content

Commit

Permalink
testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed Feb 21, 2025
1 parent b2ef041 commit 0c12a25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run-benchmarks:
uses: ./.github/workflows/run-benchmarks.yml
needs:
# - prep-build-test-browserify
- prep-build-test-browserify
- prep-build-test-webpack

wait-for-circleci-workflow-status:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
pattern: benchmark-*
merge-multiple: true

- run: |
echo "Benchmark artifacts:"
ls -l ./test-artifacts/chrome/benchmark/
- name: Publish prerelease
env:
PR_COMMENT_TOKEN: ${{ secrets.PR_COMMENT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
buildType: [webpack]
buildType: [browserify, webpack]
testType: [pageload, userActions]
name: ${{ matrix.buildType }}-${{ matrix.testType }}
steps:
Expand Down

0 comments on commit 0c12a25

Please sign in to comment.