Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 19, 2023
1 parent 1121002 commit 87c897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
path: ./runtime.tar.gz

test:
continue-on-error: true
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-riscv64
Expand Down Expand Up @@ -68,7 +69,6 @@ jobs:
run: ./build.sh -mono -Debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
- name: Run tests
continue-on-error: true
run: bash -c ./run.sh Debug
working-directory: ./src/tests
- name: Upload Test error Log
Expand Down

0 comments on commit 87c897d

Please sign in to comment.