From 4e653f37d3ca21acc4370a3e84d36ea0248bf80b Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:50:23 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a82cbc..51db0d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,8 +64,7 @@ jobs: run: | test -f ./out/index.html test -f ./out/ghost/404.html - test -f ./out/l7-dark/404.html - test -f ./out/l7-light/404.html + test -f ./out/l7/404.html test -f ./out/shuffle/404.html test -f ./out/noise/404.html test -f ./out/hacker-terminal/404.html @@ -78,7 +77,7 @@ jobs: docker-image: name: Build the docker image runs-on: ubuntu-latest - needs: [golangci-lint, go-test] + needs: [golangci-lint] steps: - uses: actions/checkout@v4 - {uses: gacts/github-slug@v1, id: slug}