Skip to content

Commit 6d006fd

Browse files
committed
Simplifying the workflow to run configure, build and image and run the multi-server test.
1 parent 89538c4 commit 6d006fd

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,11 @@ jobs:
2020
with:
2121
lfs: false
2222

23-
- name: Install build dependencies
24-
uses: ./.github/actions/freeradius-deps
25-
26-
- name: Build FreeRADIUS
27-
uses: ./.github/actions/build-freeradius
28-
with:
29-
use_sanitizers: false
30-
platform: ubuntu-22.04
31-
3223
- name: Build Docker image for multi-server test environment
3324
run: |
25+
./configure
3426
make docker.ubuntu22.build
3527
3628
- name: Run test-5hs-autoaccept test
37-
run: make -f src/tests/multi-server/all.mk test-5hs-autoaccept
29+
run: |
30+
make -f src/tests/multi-server/all.mk test-5hs-autoaccept

0 commit comments

Comments
 (0)