Skip to content

Commit

Permalink
Merge pull request #66 from smithlabcode/updating-workflows
Browse files Browse the repository at this point in the history
Updating workflow with tests
  • Loading branch information
andrewdavidsmith authored Aug 10, 2024
2 parents cac5bcc + a2514e0 commit 84c3baa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ubuntu-distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update packages
Expand All @@ -24,5 +22,9 @@ jobs:
run: ./autogen.sh
- name: configure
run: ./configure --enable-hts
- name: make distcheck
- name: Build falco
run: make
- name: Check the distribution
run: make distcheck
- name: Cleanup after the build
run: make distclean

0 comments on commit 84c3baa

Please sign in to comment.