Skip to content

Commit 0822f2d

Browse files
authored
Merge pull request #6 from iit-DLSLab/build_test
build test added
2 parents 4d7433f + 5483dd8 commit 0822f2d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Build Test
2+
3+
# # This workflow uses actions that are not certified by GitHub.
4+
# # They are provided by a third-party and are governed by
5+
# # separate terms of service, privacy policy, and support
6+
# # documentation.
7+
8+
on:
9+
pull_request:
10+
branches: [ "main" ]
11+
12+
jobs:
13+
build_test:
14+
uses: iit-DLSLab/cicd_tools/.github/workflows/dls2_build_test.yml@main
15+
with:
16+
test-command: "ls"
17+
secrets:
18+
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
19+
CICD_PAT: ${{ secrets.CICD_PAT }}

0 commit comments

Comments
 (0)