Skip to content

Commit

Permalink
fixing encoder download url env
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 3, 2024
1 parent 4132aa5 commit ad96b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
source: 'src'
output: 'encrypted'
trial: true

- name: Print Output
id: output
Expand Down
2 changes: 1 addition & 1 deletion __tests__/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('action', () => {
// No errors
expect(debugMock).toHaveBeenNthCalledWith(
18,
'./ioncube_encoder_evaluation/ioncube_encoder.sh -C -82 -x86-64 /home/murilo/Github/ioncube-encoder-action/src/inputs -o encrypted --binary --no-doc-comments --encrypt "*.blade.php" --optimize max --allow-reflection-all --passphrase "CHANGEME" --with-license /opt/license --callback-file "public/ioncube.php" --license-check script --create-target --replace-target'
'./ioncube_encoder_evaluation/ioncube_encoder.sh -C -82 -x86-64 /home/runner/work/ioncube-encoder-action/ioncube-encoder-action/src/inputs -o encrypted --binary --no-doc-comments --encrypt \"*.blade.php\" --optimize max --allow-reflection-all --passphrase \"CHANGEME\" --with-license /opt/license --callback-file \"public/ioncube.php\" --license-check script --create-target --replace-target'

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Replace `\"*.blade.php\"·--optimize·max·--allow-reflection-all·--passphrase·\"CHANGEME\"·--with-license·/opt/license·--callback-file·\"public/ioncube.php\` with `"*.blade.php"·--optimize·max·--allow-reflection-all·--passphrase·"CHANGEME"·--with-license·/opt/license·--callback-file·"public/ioncube.php`

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"

Check failure on line 139 in __tests__/main.test.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Unnecessary escape character: \"
)
expect(debugMock).toHaveBeenNthCalledWith(19, 0)
expect(debugMock).toHaveBeenNthCalledWith(20, '')
Expand Down

0 comments on commit ad96b26

Please sign in to comment.