mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
wip: 🔕 temporary commit
This commit is contained in:
parent
4e7abaafbf
commit
4e653f37d3
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -64,8 +64,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
test -f ./out/index.html
|
test -f ./out/index.html
|
||||||
test -f ./out/ghost/404.html
|
test -f ./out/ghost/404.html
|
||||||
test -f ./out/l7-dark/404.html
|
test -f ./out/l7/404.html
|
||||||
test -f ./out/l7-light/404.html
|
|
||||||
test -f ./out/shuffle/404.html
|
test -f ./out/shuffle/404.html
|
||||||
test -f ./out/noise/404.html
|
test -f ./out/noise/404.html
|
||||||
test -f ./out/hacker-terminal/404.html
|
test -f ./out/hacker-terminal/404.html
|
||||||
@ -78,7 +77,7 @@ jobs:
|
|||||||
docker-image:
|
docker-image:
|
||||||
name: Build the docker image
|
name: Build the docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [golangci-lint, go-test]
|
needs: [golangci-lint]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- {uses: gacts/github-slug@v1, id: slug}
|
- {uses: gacts/github-slug@v1, id: slug}
|
||||||
|
Loading…
Reference in New Issue
Block a user