aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c67cf7b..465d642 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,8 +14,8 @@ env:
jobs:
local_build:
- name: Local build
runs-on: ubuntu-18.04
+ name: Local build
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -58,8 +58,8 @@ jobs:
test -d "$JEKYLL_PROJECT_NAME/_site"
test -f "$JEKYLL_PROJECT_NAME/_site/index.html"
docker_build:
- name: Docker build
runs-on: ubuntu-18.04
+ name: Docker build
steps:
- name: Running as regular user
run: test "$( id -u )" != 0
@@ -114,8 +114,8 @@ jobs:
- name: Stop containers
run: make -f src/Makefile docker/down
docker_root_build:
- name: Docker build (as root)
runs-on: ubuntu-18.04
+ name: Docker build (as root)
steps:
- name: Running as regular user
run: test "$( id -u )" != 0