Skip to content

Commit

Permalink
[GHA] ouest/asdf-perl#22 Disable asdf testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 3, 2023
1 parent c8b7c89 commit fe37314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
integration-asdf:
name: Integration (asdf)
if: ${{ inputs.os != 'windows-latest' }}
if: ${{ inputs.os == 'never' }}
runs-on: ${{ inputs.os }}
env:
PERL_CONFIGURATORS: LOCAL_ASDF
Expand All @@ -96,6 +96,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.2 && ~/.asdf/bin/asdf plugin add perl || ~/.asdf/bin/asdf update
bash -c '~/.asdf/bin/asdf install perl ${{ env.PERL_TEST_VERSION }} --noman -j 8 || true'
~/.asdf/bin/asdf reshim perl
~/.asdf/bin/asdf exec cpan install App::cpanminus
~/.asdf/bin/asdf exec cpanm --notest ${{ env.TEST_PERL_MODULES }}
~/.asdf/bin/asdf reshim perl
Expand Down

0 comments on commit fe37314

Please sign in to comment.