Skip to content

Commit 32c3fad

Browse files
committed
delete this commit; just to run CI
1 parent b33b3f6 commit 32c3fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TARGET: '${{ env.TARGET }}'
3737

3838
- name: test
39-
uses: ./.github/actions/test
39+
uses: ./.github/actions/test_more
4040
with:
4141
TARGET: '${{ env.TARGET }}'
4242

@@ -63,7 +63,7 @@ jobs:
6363
TARGET: "${{ env.TARGET }}"
6464

6565
- name: test
66-
uses: ./.github/actions/test
66+
uses: ./.github/actions/test_more
6767
with:
6868
TARGET: "${{ env.TARGET }}"
6969

0 commit comments

Comments
 (0)