Skip to content

Commit 79fce5f

Browse files
committed
Use new test script in GitHub workflows
1 parent 4f70913 commit 79fce5f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Build Docker Images
1313
run: docker compose build
14+
- name: Run tests
15+
run: bash build_and_test.sh

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Build Docker Images
1313
run: docker compose build
14+
- name: Run tests
15+
run: bash build_and_test.sh

0 commit comments

Comments
 (0)