Skip to content

Commit 87344b2

Browse files
committed
re-generate commons
1 parent acd7b68 commit 87344b2

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/test-prime.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)