Skip to content

Commit

Permalink
fix: env in ci is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
zjregee committed Aug 24, 2024
1 parent 3101e2e commit 50cae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behavior_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run Behavior Test
env:
KIND: fs
ROOT: .github/scripts
ROOT: ${{ github.workspace }}/.github/scripts
run: |
cargo run --manifest-path ../../Cargo.toml --release &
chmod +x ./install_and_run_vm.sh
Expand Down

0 comments on commit 50cae34

Please sign in to comment.