diff --git a/.github/workflows/xcat_test.yml b/.github/workflows/xcat_test.yml new file mode 100644 index 000000000..e66f00260 --- /dev/null +++ b/.github/workflows/xcat_test.yml @@ -0,0 +1,8 @@ +name: xcat_test +on: [push] +jobs: + xcat_build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0