diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a99eae7..75ff64a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - name: load modules - run: lsmod && modprobe openvswitch && lsmod \ No newline at end of file + run: lsmod && cat /proc/filesystems \ No newline at end of file