Skip to content

Commit

Permalink
Fix Selenium action (openwebdocs#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 14, 2023
1 parent 5fdd9fc commit 1230336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
path: mdn-bcd-results
- name: Run Selenium and collect results
if: steps.check.outputs.changed == 'true'
run: RESULTS_DIR=mdn-bcd-results npm run selenium
run: |
npm install -D typescript
npm install -D ts-node
RESULTS_DIR=mdn-bcd-results npm run selenium
- name: Submit all results to results repo
if: steps.check.outputs.changed == 'true'
uses: dmnemec/copy_file_to_another_repo_action@main
Expand Down

0 comments on commit 1230336

Please sign in to comment.