diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-05 11:03:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-05 11:03:57 +0300 |
commit | 120915647ead9e210e23926e52273a9e8bf87e6d (patch) | |
tree | c78946af2ed2a80183f0b3070dfda09d013e9037 /.github/workflows | |
parent | workflows/test.yml: add an example using shell: (diff) | |
download | setup-cygwin-120915647ead9e210e23926e52273a9e8bf87e6d.tar.gz setup-cygwin-120915647ead9e210e23926e52273a9e8bf87e6d.zip |
README: update
Closes #4.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 831844f..4d00d04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,6 +92,9 @@ jobs: - name: Run basic commands run: | - ls -Al - pwd + basic() { + ls -Al + pwd + } + basic shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}' |