Skip to content

Commit a0df8e8

Browse files
committed
remove test code
1 parent b234a5a commit a0df8e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,7 @@ jobs:
301301
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
302302
shell: bash -l {0}
303303
working-directory: ${{ matrix.example_directories }}
304-
run: |
305-
# TODO remove the echo just for testing
306-
echo "/home/runner/.config/azle/wasmedge-quickjs_$(npx azle dockerfile-hash)"
307-
mv /home/runner/.config/azle/wasmedge-quickjs "/home/runner/.config/azle/wasmedge-quickjs_$(npx azle dockerfile-hash)"
304+
run: mv /home/runner/.config/azle/wasmedge-quickjs "/home/runner/.config/azle/wasmedge-quickjs_$(npx azle dockerfile-hash)"
308305
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests && !contains(github.head_ref, 'release--') && !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Merge pull request') && contains(github.event.head_commit.message, 'demergent-labs/release--')) }}
309306
shell: bash -l {0}
310307
working-directory: ${{ matrix.example_directories }}

0 commit comments

Comments
 (0)