File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,12 +188,6 @@ jobs:
188188 ls -lLA
189189 env | sort | grep -E '^[^ \t]+='
190190
191- - name : ' Clean working area' # Mandatory for self-hosted runners.
192- run : |
193- chmod -Rf a+w * || true
194- rm -rf * .git*
195-
196- # https://github.com/actions/checkout
197191 - name : ' Checkout project'
198192 uses : actions/checkout@v4
199193 with :
@@ -207,11 +201,8 @@ jobs:
207201 ref : ${{github.event.inputs.helper-git-ref}}
208202 fetch-depth : 3
209203
210- - name : ' Run ${{github.event.inputs.version}} docker test'
211- uses : docker://node:lts-slim # Currently based on debian:12-slim
212- with :
213- entrypoint : /bin/bash
214- args : /github/workspace/build-assets/scripts/test.sh --image debian:12-slim --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
204+ - name : ' Run ${{github.event.inputs.version}} native test'
205+ run : bash build-assets/scripts/test.sh --image github-actions-ubuntu-latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
215206
216207
217208 - name : Upload platform tests report
You can’t perform that action at this time.
0 commit comments