Skip to content

Test unshare in GitHub runners #323

Test unshare in GitHub runners

Test unshare in GitHub runners #323

Workflow file for this run

name: Test
on:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
pull_request:
push:
# Run weekly on the default branch to make sure it always builds with the latest rust release
schedule:
- cron: '30 5 * * 1'
jobs:
test-matrix:
runs-on: ubuntu-latest
steps:
- name: Unshare test
run: |
ls -nd $HOME /etc
unshare -r -- ls -nd $HOME /etc