diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-26 23:51:19 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-26 23:51:19 +0100 |
commit | 5e1547a06709659c75d40a05ac924c51caffcccf (patch) | |
tree | ff9e9bc9b2471657a41542ecf7a59922149e7a34 | |
parent | c6241e791357d3f90e478c456cc6d572b388e6d1 (diff) | |
download | gitlab-5e1547a06709659c75d40a05ac924c51caffcccf.tar.gz |
chore(ci): fix typo in matrix
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e00d33d..b7db6f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toxenv: [py_func_v4, py_func_cli] + toxenv: [py_func_v4, cli_func_v4] steps: - uses: actions/checkout@v2 - name: Set up Python |