Skip to content

Commit

Permalink
fixup! Use shared GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 24, 2021
1 parent fe929a6 commit d6b326b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
Expand All @@ -56,14 +56,15 @@ jobs:
run: |
cpanm -n PDL::Graphics::Gnuplot PDL::Graphics::PLplot || true
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
with:
target-setup-perl: false
target-install-dist-perl-deps: true
target-test-release-testing: true
target-test: true
test-enable-release-testing: ${{ matrix.release-test }}
test-enable-coverage: ${{ matrix.coverage }}
test-enable-graphical-display: true
github-token: ${{ secrets.GITHUB_TOKEN }}

build-status:
Expand Down

0 comments on commit d6b326b

Please sign in to comment.