diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:09:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:09:28 +0300 |
commit | f482b972347631240a5e04a6d3450530517f3bd1 (patch) | |
tree | cc36ab5f8bce2bd40bf37d298f3bc52d82239088 /.github | |
parent | workflows/ci: rename to "CI" (diff) | |
download | vk-scripts-f482b972347631240a5e04a6d3450530517f3bd1.tar.gz vk-scripts-f482b972347631240a5e04a6d3450530517f3bd1.zip |
.ci/ -> test/
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d41cc..8676b4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run tests - run: ./.ci/bin/main.sh + run: ./test/bin/main.sh publish_pypi: needs: [test] |