From 5483dd81bb388883fe104e4c424c5da246696fd7 Mon Sep 17 00:00:00 2001 From: mich-pest Date: Thu, 2 Apr 2026 17:09:31 +0200 Subject: [PATCH] workflows: build_test added --- .github/workflows/build_test.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/build_test.yml diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml new file mode 100644 index 0000000..b232a5c --- /dev/null +++ b/.github/workflows/build_test.yml @@ -0,0 +1,19 @@ +name: Build Test + +# # This workflow uses actions that are not certified by GitHub. +# # They are provided by a third-party and are governed by +# # separate terms of service, privacy policy, and support +# # documentation. + +on: + pull_request: + branches: [ "main" ] + +jobs: + build_test: + uses: iit-DLSLab/cicd_tools/.github/workflows/dls2_build_test.yml@main + with: + test-command: "ls" + secrets: + GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }} + CICD_PAT: ${{ secrets.CICD_PAT }} \ No newline at end of file