summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-12-21 16:12:02 +0900
committerKOBAYASHI Shuji <[email protected]>2020-12-21 16:12:02 +0900
commit366780f0bcf7e9de16ce69943a151d06c19c920a (patch)
tree922f105a691990a397b1ee0bbc9b75990753a164 /.github
parent3069299200344705c8f89cb301127165234f91bc (diff)
downloadmruby-366780f0bcf7e9de16ce69943a151d06c19c920a.tar.gz
mruby-366780f0bcf7e9de16ce69943a151d06c19c920a.zip
Fix typo in `.github/workflows/build.yml` [skip travis][skip appveyor]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 404fd8fe3..60aa438a2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
!contains(github.event.head_commit.message, '[skip gha]')
runs-on: ubuntu-latest
steps:
- - run: echo skip
+ - run: echo not skip
Ubuntu-1604:
needs: Check-Skip
@@ -24,7 +24,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
run: rake -m && rake test
Ubuntu-1804-gcc:
@@ -39,7 +39,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
run: rake -m && rake test
Ubuntu-1804-clang:
@@ -54,7 +54,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
run: rake -m && rake test
macOS:
@@ -69,7 +69,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
run: rake -m && rake test
Windows-MinGW:
@@ -84,7 +84,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
# If build and test are separated like `rake && rake test`, somehow
# it will be fully built even at `rake test`, so it is not separated.
run: rake -E STDOUT.sync=true test
@@ -128,7 +128,7 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Build and Test
+ - name: Build and test
shell: cmd
run: |
ruby /usr/bin/rake -E STDOUT.sync=true -m
@@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v2
- name: Ruby version
run: ruby -v
- - name: Build and Test
+ - name: Build and test
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"