Skip to content

Commit

Permalink
add missing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay committed Sep 16, 2024
1 parent f497415 commit 94cfaa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "rpmoci tests"
description: "Run rpmoci tests"
runs:
using: "composite"
steps:
Expand All @@ -8,9 +9,11 @@ runs:
toolchain: stable
override: true
- name: Setup rootless user
shell: bash
run: |
useradd -m -s /bin/bash rootless
- name: Run tests as non-root user
shell: bash
run: |
su - rootless
cargo test --features test-docker

0 comments on commit 94cfaa4

Please sign in to comment.