From 31246125c3368e05cc04934e11a9f911511c3e8d Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 1 Aug 2022 16:07:26 -0400 Subject: [PATCH] workflows/ci: confirm that it fails Signed-off-by: William Woodruff --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfeb8b1c..69b2f5c36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: - name: test run: make test - name: test (offline) - run: sudo unshare -n make test TEST_ARGS="--skip-online" + # run: sudo unshare -n make test TEST_ARGS="--skip-online" + run: sudo unshare -n make test licenses: runs-on: ubuntu-latest