Skip to content

Commit

Permalink
do cleanup after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Feb 20, 2024
1 parent e7538d4 commit ee30d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagesim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: test
run: python3 scripts/docker_test.py DockerfileSimulation sgxwallet_sim ${GITHUB_SHA}
- name: cleanup
run: rm -rf sgx_data
run: sudo rm -rf sgx_data
- name: build and deploy docker image
if: |
contains(github.ref, 'develop') || contains(github.ref, 'beta') ||
Expand Down

0 comments on commit ee30d1a

Please sign in to comment.