aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 17:09:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 17:09:28 +0300
commitf482b972347631240a5e04a6d3450530517f3bd1 (patch)
treecc36ab5f8bce2bd40bf37d298f3bc52d82239088 /.github
parentworkflows/ci: rename to "CI" (diff)
downloadvk-scripts-f482b972347631240a5e04a6d3450530517f3bd1.tar.gz
vk-scripts-f482b972347631240a5e04a6d3450530517f3bd1.zip
.ci/ -> test/
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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]