Skip to content

Commit

Permalink
fix(ses): Hermes scripts not found
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 25, 2024
1 parent 4392c6e commit 6731802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ jobs:
- name: Extract Hermes CLI for Linux tar file
run: cd packages/ses/hermes-cli-linux && tar -xzvf hermes-cli-linux-v0.12.0.tar.gz

- name: Run test:hermesc
run: npm run test:hermesc
- name: Run SES smoke test on Hermes JS compiler
run: cd packages/ses/hermes-cli-linux && npm run test:hermesc
# errors on async (arrow) functions and async generators

- name: Run test:hermes
run: npm run test:hermes
- name: Run generated bytecode file on Hermes VM
run: cd packages/ses/hermes-cli-linux && npm run test:hermes
# SES TypeErrors expected until resolved and hardenIntrinsics loop

viable-release:
Expand Down

0 comments on commit 6731802

Please sign in to comment.