aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/test.yml)8
-rw-r--r--README.md3
-rw-r--r--test/dest/1.txt (renamed from .ci/dest/1.txt)0
-rw-r--r--test/dest/bar/3.txt (renamed from .ci/dest/bar/3.txt)0
-rw-r--r--test/src/%DEST%/1.txt (renamed from .ci/src/%DEST%/1.txt)0
-rw-r--r--test/src/%DEST%/bar/3.txt (renamed from .ci/src/%DEST%/bar/3.txt)0
-rw-r--r--test/src/%DEST%/bar/baz/4.txt (renamed from .ci/src/%DEST%/bar/baz/4.txt)0
-rw-r--r--test/src/%DEST%/foo/2.txt (renamed from .ci/src/%DEST%/foo/2.txt)0
-rwxr-xr-xtest/test.sh (renamed from .ci/test.sh)0
9 files changed, 6 insertions, 5 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
diff --git a/README.md b/README.md
index a2fc4fd..b2fe286 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Config file sharing
===================
-[![Test](https://github.com/egor-tensin/config-links/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/config-links/actions/workflows/test.yml)
+[![CI](https://github.com/egor-tensin/config-links/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/config-links/actions/workflows/ci.yml)
[![Packages (Debian)](https://github.com/egor-tensin/config-links/actions/workflows/debian.yml/badge.svg)](https://github.com/egor-tensin/config-links/actions/workflows/debian.yml)
[![Publish (Launchpad)](https://github.com/egor-tensin/config-links/actions/workflows/ppa.yml/badge.svg)](https://github.com/egor-tensin/config-links/actions/workflows/ppa.yml)
@@ -31,6 +31,7 @@ Installation
* For Arch Linux, use the [AUR package].
* For Ubuntu, use the [PPA].
+* Alternatively, just checkout this repository.
[AUR package]: https://aur.archlinux.org/packages/config-links/
[PPA]: https://launchpad.net/~egor-tensin/+archive/ubuntu/config-links
diff --git a/.ci/dest/1.txt b/test/dest/1.txt
index 3a2e3f4..3a2e3f4 100644
--- a/.ci/dest/1.txt
+++ b/test/dest/1.txt
diff --git a/.ci/dest/bar/3.txt b/test/dest/bar/3.txt
index a83d1d5..a83d1d5 100644
--- a/.ci/dest/bar/3.txt
+++ b/test/dest/bar/3.txt
diff --git a/.ci/src/%DEST%/1.txt b/test/src/%DEST%/1.txt
index d00491f..d00491f 100644
--- a/.ci/src/%DEST%/1.txt
+++ b/test/src/%DEST%/1.txt
diff --git a/.ci/src/%DEST%/bar/3.txt b/test/src/%DEST%/bar/3.txt
index 00750ed..00750ed 100644
--- a/.ci/src/%DEST%/bar/3.txt
+++ b/test/src/%DEST%/bar/3.txt
diff --git a/.ci/src/%DEST%/bar/baz/4.txt b/test/src/%DEST%/bar/baz/4.txt
index b8626c4..b8626c4 100644
--- a/.ci/src/%DEST%/bar/baz/4.txt
+++ b/test/src/%DEST%/bar/baz/4.txt
diff --git a/.ci/src/%DEST%/foo/2.txt b/test/src/%DEST%/foo/2.txt
index 0cfbf08..0cfbf08 100644
--- a/.ci/src/%DEST%/foo/2.txt
+++ b/test/src/%DEST%/foo/2.txt
diff --git a/.ci/test.sh b/test/test.sh
index 37167ec..37167ec 100755
--- a/.ci/test.sh
+++ b/test/test.sh