diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:50:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:50:35 +0300 |
commit | 26b9d95402f4cf136886aaac8ab5731164a95f43 (patch) | |
tree | 26849c6ce7984b3204afb79f61e3957490f8e614 | |
parent | README: fix badge link (diff) | |
download | jekyll-docker-26b9d95402f4cf136886aaac8ab5731164a95f43.tar.gz jekyll-docker-26b9d95402f4cf136886aaac8ab5731164a95f43.zip |
workflows/test: linting
-rw-r--r-- | .github/workflows/test.yml | 6 |
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 |