From 699532ea1831abe3671e671b9190ee1b82f09580 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 17:04:52 +0300 Subject: .ci/ -> test/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff4a3f..41563bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Test - run: ./.ci/test.sh + run: ./test/test.sh -- cgit v1.2.3