Skip to content

Commit

Permalink
Test...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 29, 2024
1 parent da01609 commit f396667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
grep GITHUB_ |
perl -pe 's/^/export /' > "input-env"
/c/msys64/usr/bin/bash --noprofile --norc -eo pipefail ./test.sh
./test.sh
./test.pl
- name: env (bash)
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions test.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env perl
print join "", map { "$_=$ENV{$_}\n" } keys %ENV;

0 comments on commit f396667

Please sign in to comment.