Skip to content

Commit edbd899

Browse files
committed
Update test.yml
1 parent 3b995d9 commit edbd899

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,21 @@ jobs:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
fail_ci_if_error: true
137137
verbose: true
138+
139+
dummy_windows_py_sk024:
140+
name: (windows-latest, Py, sk0.24.*, sk-only:false)
141+
runs-on: ubuntu-latest
142+
steps:
143+
- name: Dummy step
144+
run: |
145+
echo "This is a temporary dummy job."
146+
echo "Always succeeds."
147+
148+
dummy_docker:
149+
name: docker
150+
runs-on: ubuntu-latest
151+
steps:
152+
- name: Dummy step
153+
run: |
154+
echo "This is a temporary dummy docker job."
155+
echo "Always succeeds."

0 commit comments

Comments
 (0)