diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:40:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:40:02 +0300 |
commit | 8ff5c95366380a6521265816858d3f7ed66a3881 (patch) | |
tree | 0344bd1ff9447cc7656826caa20aeeab486934ee /.github/workflows/test.yml | |
parent | workflows/test: use ubuntu-latest (diff) | |
download | config-links-8ff5c95366380a6521265816858d3f7ed66a3881.tar.gz config-links-8ff5c95366380a6521265816858d3f7ed66a3881.zip |
workflows/test -> workflows/ci
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index b28936d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Test - -on: - push: - pull_request: - workflow_dispatch: - -jobs: - test: - runs-on: ubuntu-latest - name: Test - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Test - run: ./.ci/test.sh |