Skip to content

Commit 5b12aea

Browse files
committed
re-generate workflows
1 parent 54b22d4 commit 5b12aea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-prime.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: 'Run ${{ github.event.inputs.version }} native test'
7171
run: bash scripts/test.sh --image github-actions-ubuntu-latest --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
72-
72+
7373
linux-arm64:
7474
name: 'Linux arm64 bison ${{ github.event.inputs.version }} test'
7575
runs-on: [self-hosted, linux, arm64, xbbla]
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
entrypoint: /bin/bash
108108
args: /github/workspace/scripts/test.sh --image ubuntu:22.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
109-
109+
110110
linux-arm32:
111111
name: 'Linux arm32 bison ${{ github.event.inputs.version }} test'
112112
runs-on: [self-hosted, linux, arm, xbbla32]
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
entrypoint: /bin/bash # /usr/bin/linux32
145145
args: /github/workspace/scripts/test.sh --image arm32v7/ubuntu:22.04 --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
146-
146+
147147
macos-x64:
148148
name: 'macOS x64 bison ${{ github.event.inputs.version }} test'
149149
runs-on: macos-12
@@ -176,8 +176,8 @@ jobs:
176176
fetch-depth: 3
177177

178178
- name: 'Run ${{ github.event.inputs.version }} native test'
179-
run: bash -x scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
180-
179+
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
180+
181181
macos-arm64:
182182
name: 'macOS arm64 bison ${{ github.event.inputs.version }} test'
183183
runs-on: [self-hosted, macos, apple]
@@ -211,5 +211,5 @@ jobs:
211211

212212
- name: 'Run ${{ github.event.inputs.version }} native test'
213213
run: bash scripts/test.sh --version ${{ github.event.inputs.version }} --base-url ${{ github.event.inputs.base_url }}
214-
214+
215215
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)