Skip to content

Commit 39ea783

Browse files
committed
.
1 parent 71b1ba9 commit 39ea783

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
name: Fast builds
2424
# needs: [CodeChecks]
2525
uses: ./.github/workflows/reusable_fast.yml
26-
# Build:
27-
# name: Basic builds
28-
# needs: [FastBuild]
29-
# uses: ./.github/workflows/reusable_basic.yml
26+
Build:
27+
name: Basic builds
28+
# needs: [FastBuild]
29+
uses: ./.github/workflows/reusable_basic.yml
3030
# DevDax:
3131
# needs: [FastBuild]
3232
# uses: ./.github/workflows/reusable_dax.yml

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
container:
2020
image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21-
options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_PTRACE
21+
options: --user ubuntu --cap-add=SYS_NICE --cap-add=SYS_PTRACE
2222
volumes:
2323
- ${{ github.workspace }}:${{ github.workspace }}
2424
strategy:

0 commit comments

Comments
 (0)