Skip to content

Commit

Permalink
Run tests in default ubuntu-latest container, not catalinii/minisatip…
Browse files Browse the repository at this point in the history
…-build-image
  • Loading branch information
Jalle19 committed Aug 27, 2024
1 parent cdf1749 commit 571d522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: catalinii/minisatip-build-image:latest

steps:
- uses: actions/checkout@v4
- name: Install build tools and dependencies
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libdvbcsa-dev libssl-dev zlib1g-dev libxml2-dev
- name: configure
run: ./configure
- name: make
run: make
- name: make test
run: make test;make clean
run: make test; make clean

0 comments on commit 571d522

Please sign in to comment.