Skip to content

Commit 63d5b4f

Browse files
committed
add container
1 parent 6fb07f7 commit 63d5b4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request-management.yml

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
container-job:
8888
# Containers must run in Linux based operating systems
8989
runs-on: ubuntu-latest
90+
container:
91+
image: unbuntu:latest
92+
options: --cpus 1
9093
steps:
9194
- name: Check out repository code
9295
uses: actions/checkout@v4

0 commit comments

Comments
 (0)