Skip to content

Commit 796b8a2

Browse files
committed
Test id.
1 parent 6e1e61d commit 796b8a2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/alpine.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ on:
55
pull_request:
66

77
jobs:
8+
test-id:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Id
12+
run: id
13+
814
build-module:
915
runs-on: ubuntu-latest
10-
container: alpine
16+
container:
17+
image: alpine
18+
options: --user runner
1119
steps:
1220
- name: Checkout repository
1321
uses: actions/checkout@v4
22+
- name: Id
23+
run: id
1424
- name: Install dependencies
1525
run: |
1626
apk add build-base openssl-dev zlib-dev pcre2-dev

0 commit comments

Comments
 (0)