Fail the job for testing purpose

This commit is contained in:
TiejunZhou
2023-11-24 07:33:13 +00:00
parent 532be5634d
commit 6ae18cafe2

View File

@@ -54,6 +54,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Fail
run: false
- name: Check out the repository
uses: actions/checkout@v4
with: