Skip to content

Commit

Permalink
update(pr-tests): remove fix falco.js export step
Browse files Browse the repository at this point in the history
Signed-off-by: Rohith-Raju <[email protected]>
  • Loading branch information
Rohith-Raju authored and poiana committed Oct 4, 2023
1 parent 834c085 commit 9ddf921
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
- name: Remove Unwanted Artifacts
run: rm -rf falco-*-wasm.tar.gz falco-*-wasm

- name: Fix falco.js export
run: |
sudo apt install -y perl
perl -i -p0e "s/(if \(typeof exports === 'object' && typeof module === 'object'\))[\s\S]*/export default Module;/g" ./src/Hooks/falco.js
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit 9ddf921

Please sign in to comment.