aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 23:24:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 23:24:49 +0300
commitbac71c76342d3a0c9e52516f6ccfd045316585d4 (patch)
treebb5e01095491b2a3e83d4e8a77eabadf42d35944 /.github/workflows/test.yml
parentbye-bye, Travis (diff)
downloadconfig-links-bac71c76342d3a0c9e52516f6ccfd045316585d4.tar.gz
config-links-bac71c76342d3a0c9e52516f6ccfd045316585d4.zip
add GitHub workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..118a7df
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,16 @@
+name: Test
+
+on:
+ push:
+ pull_request:
+ workflow_dispatch:
+
+jobs:
+ test:
+ runs-on: ubuntu-18.04
+ name: Test
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Run the tests
+ run: ./.ci/test.sh