Skip to content

Commit 1a39c03

Browse files
committed
ci: move continue-on-error to correct step
1 parent 9ce592e commit 1a39c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
cd /work
3939
make
4040
make test
41-
# Fails because kernel is too old for SYS_pidfd_open
42-
continue-on-error: true
4341
- run: git clean -dxff
4442

4543
- name: Build and test in Amazon Linux 2
@@ -54,6 +52,8 @@ jobs:
5452
git config --global --add safe.directory /work # Fix for: fatal: detected dubious ownership in repository at '/work'
5553
make
5654
make test
55+
# Fails because kernel is too old for SYS_pidfd_open
56+
continue-on-error: true
5757
- run: git clean -dxff
5858

5959
- name: Build in Oracle Linux 7 (similar to RHEL 7, CentOS 7)

0 commit comments

Comments
 (0)