Skip to content

Commit

Permalink
Fixed test command, second attempt, remove dist test
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Bossert <[email protected]>
  • Loading branch information
sirtoobii committed Mar 17, 2023
1 parent 455214e commit a57fb6b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- '**'
pull_request:
types: [opened, reopened]
paths-ignore:
- '**.md'

Expand Down Expand Up @@ -60,21 +61,10 @@ jobs:
run: ./configure --prefix=$HOME/test-install
- name: Make
run: make
- name: Test
- name: Test & dist & install
run: |
cp etc/wgwrangler.dist.yaml etc/wgwrangler.yaml
make test
- name: Check Dist
run: |
make dist
tar xf *-$(cat VERSION).tar.gz
cd *-$(cat VERSION)
./configure --prefix=$HOME/test-install
make
make install
cd $HOME/test-install
cp etc/wgwrangler.dist.yaml etc/wgwrangler.yaml
./bin/wgwrangler
- name: Cache Prep
run: |
rm thirdparty/Makefile* thirdparty/cpan*snapshot

0 comments on commit a57fb6b

Please sign in to comment.