From afd4e1a772c1a77b1d4f4bc9b7b0d4264eb380d7 Mon Sep 17 00:00:00 2001 From: Rafid Bin Mostofa Date: Sat, 22 Apr 2023 21:03:55 +0600 Subject: [PATCH] CI: Add Build tests --- .github/workflows/tests.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..e09c9ba --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,20 @@ +name: Tests + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + name: Build + runs-on: ubuntu-22.04 + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Runs a single command using the runners shell + - name: Run the scripts + run: | + sudo bash install.sh