aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/test.yml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml
index 118a7df..41563bc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Test
+name: CI
on:
push:
@@ -7,10 +7,10 @@ on:
jobs:
test:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Run the tests
- run: ./.ci/test.sh
+ - name: Test
+ run: ./test/test.sh