Skip to content

Commit 1965715

Browse files
committed
Revert CI
1 parent a07586a commit 1965715

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
with:
5656
submodules: recursive
5757
- uses: dtolnay/rust-toolchain@stable
58-
with:
59-
components: "clippy"
6058
- uses: Swatinem/rust-cache@v2
6159
with:
6260
workspaces: temporalio/bridge -> target
@@ -76,48 +74,6 @@ jobs:
7674
- run: poe lint
7775
- run: poe build-develop
7876
- run: mkdir junit-xml
79-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
80-
timeout-minutes: 5
81-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
82-
timeout-minutes: 5
83-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
84-
timeout-minutes: 5
85-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
86-
timeout-minutes: 5
87-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
88-
timeout-minutes: 5
89-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
90-
timeout-minutes: 5
91-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
92-
timeout-minutes: 5
93-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
94-
timeout-minutes: 5
95-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
96-
timeout-minutes: 5
97-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
98-
timeout-minutes: 5
99-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
100-
timeout-minutes: 5
101-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
102-
timeout-minutes: 5
103-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
104-
timeout-minutes: 5
105-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
106-
timeout-minutes: 5
107-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
108-
timeout-minutes: 5
109-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
110-
timeout-minutes: 5
111-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
112-
timeout-minutes: 5
113-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
114-
timeout-minutes: 5
115-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
116-
timeout-minutes: 5
117-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
118-
timeout-minutes: 5
119-
- run: poe test ${{matrix.pytestExtraArgs}} -k "test_workflow_cancel_activity" -sv --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
120-
timeout-minutes: 5
12177
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
12278
timeout-minutes: 15
12379
# Time skipping doesn't yet support ARM

0 commit comments

Comments
 (0)