From 607dc2c22aed8de8c0814a65687f269d177becc7 Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sun, 19 May 2024 12:53:15 +1000 Subject: [PATCH] Added tests-full workflow as a placeholder This is mainly so github stops emailing me when I push to dev --- .github/workflows/tests-full.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-full.yml b/.github/workflows/tests-full.yml index 1022839..5e67b6b 100644 --- a/.github/workflows/tests-full.yml +++ b/.github/workflows/tests-full.yml @@ -1,2 +1,20 @@ -name: Comprehensive Tests +name: Comprehensive Tests, Branch "dev" +on: + push: + branches: + - dev + pull_request: + branches: + - dev + workflow_dispatch: + +jobs: + test-ubuntu-latest: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Linux Test Environment + run: | + echo CI tests not yet implemented