Skip to content

Commit

Permalink
fix(ses): fix CI tar extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 24, 2024
1 parent 126a4cc commit 17ad19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
run: cd packages/ses; mkdir hermes; cd hermes; curl -O https://github.com/facebook/hermes/releases/download/v0.12.0/hermes-cli-linux-v0.12.0.tar.gz

- name: Extract tar file
run: tar -xzvf https://github.com/facebook/hermes/releases/download/v0.12.0/hermes-cli-linux-v0.12.0.tar.gz; cd ..
run: tar -xzvf hermes-cli-linux-v0.12.0.tar.gz; cd ..

- name: Run test:hermesc
run: npm run test:hermesc
Expand Down

0 comments on commit 17ad19b

Please sign in to comment.