File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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' }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments