Skip to content

Commit

Permalink
ci(workflow): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 12, 2023
1 parent 3b5b4ac commit 06c6db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Upload traces
run: |
ls -al ./test
npm install -g junit-report-merger @datadog/datadog-ci
npm install -g junit-report-merger@6.0.2 @datadog/datadog-ci@2.14.0
jrm ./nextjs-test-result-junit.xml "test/test-junit-report/**/*.xml"
jrm ./turbopack-test-result-junit.xml "test/turbopack-test-junit-report/**/*.xml"
# Put a separate tag for the tests with turbopack to distinguish between same test names
Expand Down

0 comments on commit 06c6db1

Please sign in to comment.