Skip to content

Commit

Permalink
Fix packpack tests (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Sep 20, 2022
1 parent f62950e commit ceece56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
platform:
- { os: 'el', dist: '7' }
- { os: 'el', dist: '8' }
- { os: 'fedora', dist: '30' }
- { os: 'fedora', dist: '31' }
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ jobs:
- name: test
run: make test_with_coverage_report

# packpack:
# runs-on: ubuntu-latest
# needs: test
# steps:
# - uses: actions/checkout@v2
packpack:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2

# - name: packpack
# run: |
# git clone https://github.com/packpack/packpack.git packpack
# OS=el DIST=7 packpack/packpack
# ls -l build/
- name: packpack
run: |
git clone https://github.com/packpack/packpack.git packpack
OS=el DIST=8 packpack/packpack
ls -l build/
promtool:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ceece56

Please sign in to comment.