diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:04:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:04:52 +0300 |
commit | 699532ea1831abe3671e671b9190ee1b82f09580 (patch) | |
tree | b24e3bb7f35568dd2d23e1dc2ef58427ef8111ee /.github/workflows | |
parent | workflows/ci: rename to "CI" (diff) | |
download | config-links-1.0.1.tar.gz config-links-1.0.1.zip |
.ci/ -> test/v1.0.1
Diffstat (limited to '.github/workflows')
-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 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 |