Skip to content

Commit ceece56

Browse files
Fix packpack tests (#410)
1 parent f62950e commit ceece56

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Diff for: .github/workflows/packaging.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
platform:
21-
- { os: 'el', dist: '7' }
2221
- { os: 'el', dist: '8' }
2322
- { os: 'fedora', dist: '30' }
2423
- { os: 'fedora', dist: '31' }

Diff for: .github/workflows/test.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ jobs:
4848
- name: test
4949
run: make test_with_coverage_report
5050

51-
# packpack:
52-
# runs-on: ubuntu-latest
53-
# needs: test
54-
# steps:
55-
# - uses: actions/checkout@v2
51+
packpack:
52+
runs-on: ubuntu-latest
53+
needs: test
54+
steps:
55+
- uses: actions/checkout@v2
5656

57-
# - name: packpack
58-
# run: |
59-
# git clone https://github.com/packpack/packpack.git packpack
60-
# OS=el DIST=7 packpack/packpack
61-
# ls -l build/
57+
- name: packpack
58+
run: |
59+
git clone https://github.com/packpack/packpack.git packpack
60+
OS=el DIST=8 packpack/packpack
61+
ls -l build/
6262
6363
promtool:
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)