File tree Expand file tree Collapse file tree 3 files changed +0
-141
lines changed
Expand file tree Collapse file tree 3 files changed +0
-141
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments