Skip to content

Commit b370696

Browse files
committed
chore: remove needless rebuilding of wrap-test-harness
1 parent 7c3f4b7 commit b370696

File tree

3 files changed

+0
-141
lines changed

3 files changed

+0
-141
lines changed

.github/workflows/ci-javascript.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,8 @@ jobs:
8080
- name: Build docs
8181
run: yarn build:docs
8282

83-
CI-WRAP-Test-Harness:
84-
uses: ./.github/workflows/ci-wrap-test-harness.yaml
85-
8683
Test:
8784
runs-on: ubuntu-latest
88-
needs: CI-WRAP-Test-Harness
8985
timeout-minutes: 60
9086
if: ${{ always() }}
9187
steps:
@@ -118,18 +114,5 @@ jobs:
118114
- name: Build
119115
run: yarn build
120116

121-
- name: Get updated wrappers
122-
if: ${{ needs.CI-WRAP-Test-Harness.outputs.rebuild_required == 'true' }}
123-
uses: actions/download-artifact@v3
124-
id: get-wrappers
125-
with:
126-
name: rebuilt-wrappers
127-
path: ./wrappers
128-
129-
- if: ${{ needs.CI-WRAP-Test-Harness.outputs.rebuild_required == 'true' }}
130-
run: |
131-
rm -rf packages/test-cases/wrappers
132-
mv wrappers packages/test-cases
133-
134117
- name: Test
135118
run: yarn test

.github/workflows/ci-wrap-test-harness.yaml

Lines changed: 0 additions & 123 deletions
This file was deleted.

WRAP_TEST_HARNESS

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)