Skip to content

Commit 463df3a

Browse files
committed
Simplify code in CI
1 parent 72e542f commit 463df3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ jobs:
4040
time make test262
4141
linux-32bits:
4242
runs-on: ubuntu-latest
43+
defaults:
44+
run:
45+
shell: alpine.sh {0}
4346
steps:
4447
- uses: actions/checkout@v3
4548
- uses: jirutka/setup-alpine@v1
4649
with:
4750
arch: x86
4851
packages: "build-base make cmake"
4952
- name: build
50-
shell: alpine.sh {0}
5153
run: |
5254
make
5355
- name: stats
54-
shell: alpine.sh {0}
5556
run: |
5657
make stats
5758
- name: test
58-
shell: alpine.sh {0}
5959
run: |
6060
make test
6161
linux-examples:

0 commit comments

Comments
 (0)