From 4e8bca2c3d3c233005cef5a17a23a7a26d80352d Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Wed, 29 Apr 2020 03:38:40 -0300 Subject: [PATCH] Make the checks.yml OS name prettier --- .github/workflows/checks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0994f4b81..f1d53993a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: tests: - name: ${{ matrix.os }} ${{ matrix.BUILD_TYPE }} + name: ${{ matrix.name }} ${{ matrix.BUILD_TYPE }} runs-on: ${{ matrix.os }} strategy: matrix: @@ -12,6 +12,7 @@ jobs: BUILD_TYPE: [check, build] include: - os: ubuntu-latest + name: Ubuntu SEP: / PIP_WHEELS_DIR: ~/.cache/pip CARGO_INDEX_DIR: ~/.cargo/git @@ -19,6 +20,7 @@ jobs: ANKI_PYTHON_WHEELS: anki_linux_python_wheels - os: macos-latest + name: Mac OS SEP: / PIP_WHEELS_DIR: ~/Library/Caches/pip CARGO_INDEX_DIR: ~/.cargo/git @@ -26,6 +28,7 @@ jobs: ANKI_PYTHON_WHEELS: anki_macos_python_wheels - os: windows-latest + name: Windows SEP: \ PIP_WHEELS_DIR: ~\AppData\Local\pip\Cache CARGO_INDEX_DIR: C:\Rust\.cargo\git