Skip to content

Commit

Permalink
Didn't create the artifact, updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 1, 2024
1 parent e739996 commit 32c3e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ jobs:
${{ runner.os }}-node-
- name: Test and generate report
run: yarn test
# Note: Adjust the test command if needed to ensure it generates the desired output
run: mocha 'src/**/*.unit.js' --reporter spec > tests_pipeline.txt

- name: Upload test report
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dopublish": "npm run build && npm run tag && npm publish",
"lint": "gulp eslint",
"serve": "jekyll serve --config _config.yml,_config.dev.yml",
"test": "mocha 'src/**/*.unit.js' --reporter spec > tests_local.txt",
"test": "mocha 'src/**/*.unit.js'",
"test:updateRenders": "npm run lib && TZ=UTC node --require jsdom-global/register test/updateRenders.js",
"test:e2e": "NODE_OPTIONS=\"--max-old-space-size=4096\" karma start --verbose --single-run"
},
Expand Down

0 comments on commit 32c3e7d

Please sign in to comment.