Skip to content

Commit

Permalink
Added build-and-test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Apr 25, 2024
1 parent 42c4467 commit 648f18f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build and Test
on: [pull_request, push, workflow_dispatch]

jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@main
secrets: inherit

0 comments on commit 648f18f

Please sign in to comment.