Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zjregee committed Aug 18, 2024
1 parent 8f18b8c commit a28c227
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/behavior_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run OVFS and VM
- name: Run Behavior Test
run: |
chmod +x ./build_and_run_ovfs.sh
chmod +x ./install_and_run_vm.sh
nohup ./build_and_run_ovfs.sh &
nohup ./install_and_run_vm.sh &
working-directory: .github/scripts

- name: Run Behavior Test
run: |
pip install paramiko
python behavior_test.py
working-directory: .github/scripts

0 comments on commit a28c227

Please sign in to comment.