diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c22848..caab3ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: with: source: 'src' output: 'encrypted' + trial: true - name: Print Output id: output diff --git a/__tests__/main.test.js b/__tests__/main.test.js index 2f802ef..0c94a18 100644 --- a/__tests__/main.test.js +++ b/__tests__/main.test.js @@ -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' ) expect(debugMock).toHaveBeenNthCalledWith(19, 0) expect(debugMock).toHaveBeenNthCalledWith(20, '')