Skip to content

Commit 84c3baa

Browse files
Merge pull request #66 from smithlabcode/updating-workflows
Updating workflow with tests
2 parents cac5bcc + a2514e0 commit 84c3baa

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ubuntu-distcheck.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
14-
1513
steps:
16-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1715
with:
1816
submodules: recursive
1917
- name: Update packages
@@ -24,5 +22,9 @@ jobs:
2422
run: ./autogen.sh
2523
- name: configure
2624
run: ./configure --enable-hts
27-
- name: make distcheck
25+
- name: Build falco
26+
run: make
27+
- name: Check the distribution
2828
run: make distcheck
29+
- name: Cleanup after the build
30+
run: make distclean

0 commit comments

Comments
 (0)