Skip to content

Commit

Permalink
Installing github-actions-ctrf (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent 2782382 commit a1c3f64
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Publish Test Summary Results
# There doesn't seem to be a way to configure the number of retention
# days here, but we can configure it in the repository settings.
run: npx github-actions-ctrf e2e/reports/ctrf-report.json
run: npm run gh:ctrf e2e/reports/ctrf-report.json
204 changes: 204 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"package": "vsce package -o releases/ && vsce package -o releases/vscode-deephaven-latest.vsix",
"publish:pre": "vsce publish --pre-release",
"test": "npm run compile && npm run lint && node ./out/test/runTest.js",
"test:e2e": "npm run compile && cd e2e && wdio run ./wdio.conf.ts"
"test:e2e": "npm run compile && cd e2e && wdio run ./wdio.conf.ts",
"gh:ctrf": "github-actions-ctrf --"
},
"contributes": {
"configuration": {
Expand Down Expand Up @@ -117,6 +118,7 @@
"@wdio/mocha-framework": "^8.39.0",
"@wdio/spec-reporter": "^8.39.0",
"eslint": "^8.57.0",
"github-actions-ctrf": "^0.0.20",
"glob": "^11.0.0",
"mocha": "^10.6.0",
"prettier": "^3.3.3",
Expand Down

0 comments on commit a1c3f64

Please sign in to comment.