File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions macOS config for Perl 5 modules
2- # version 20240124.003
2+ # version 20240130.001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
6+ #
7+ # This uses the AUTOMATED_TESTING environment that you can set up
8+ # in your repo settings. Or not. It still works if it isn't defined.
9+ # In that environment, add whatever environment variables or secrets
10+ # that you want.
611name : macos
712
813on :
3641
3742jobs :
3843 perl :
44+ environment : automated_testing
3945 runs-on : macOS-latest
4046 steps :
4147 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2- # version 20240124.003
2+ # version 20240130.001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
6+ #
7+ # This uses the AUTOMATED_TESTING environment that you can set up
8+ # in your repo settings. Or not. It still works if it isn't defined.
9+ # In that environment, add whatever environment variables or secrets
10+ # that you want.
611name : ubuntu
712
813on :
3641
3742jobs :
3843 perl :
44+ environment : automated_testing
3945 runs-on : ${{ matrix.os }}
4046 strategy :
4147 matrix :
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions Windows config for Perl 5 modules
2- # version 20240124.003
2+ # version 20240130.001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
6+ #
7+ # This uses the AUTOMATED_TESTING environment that you can set up
8+ # in your repo settings. Or not. It still works if it isn't defined.
9+ # In that environment, add whatever environment variables or secrets
10+ # that you want.
611name : windows
712
813on :
3641
3742jobs :
3843 perl :
44+ environment : automated_testing
3945 runs-on : ${{ matrix.os }}
4046 # store any secrets in an environment named "testing"
4147 strategy :
You can’t perform that action at this time.
0 commit comments