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